summaryrefslogtreecommitdiff
path: root/src/select/select.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-04 21:13:59 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-04 21:13:59 +0000
commit9a346eeda5ae9c43219000c695f881924fad5c1d (patch)
tree4f3bfc76c5ef20bd6b0df5a003efd61c42b2a534 /src/select/select.c
parent081c8b365001d9ec9df0f06ba5025dd621c8e4ec (diff)
downloadlibcss-9a346eeda5ae9c43219000c695f881924fad5c1d.tar.gz
libcss-9a346eeda5ae9c43219000c695f881924fad5c1d.tar.bz2
Compute absolute values for all length properties.
Make initial border-*-color match the computed color. Compute correct value of display/float wrt position. svn path=/trunk/libcss/; revision=8317
Diffstat (limited to 'src/select/select.c')
-rw-r--r--src/select/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/select.c b/src/select/select.c
index f94b2c2..890ac29 100644
--- a/src/select/select.c
+++ b/src/select/select.c
@@ -351,7 +351,7 @@ css_error css_select_style(css_select_ctx *ctx, void *node,
* computed, and the default border-{top,right,bottom,left}-color
* is set to the computed value of color. */
if (parent == NULL) {
- error = compute_absolute_values(result,
+ error = compute_absolute_values(NULL, result,
handler->compute_font_size, pw);
if (error != CSS_OK)
goto cleanup;