From 9a346eeda5ae9c43219000c695f881924fad5c1d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Jul 2009 21:13:59 +0000 Subject: 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 --- src/select/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select/select.c') 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; -- cgit v1.2.3