forked from AuroraMiddleware/gtk
cssstyleproperty: Call _compute() in the compute function
... instead pof just reffing the value.
This commit is contained in:
parent
c0df9067dc
commit
bc5d383b9d
@ -239,7 +239,7 @@ gtk_css_style_property_real_compute_value (GtkCssStyleProperty *property,
|
||||
GtkStyleContext *context,
|
||||
GtkCssValue *specified)
|
||||
{
|
||||
return _gtk_css_value_ref (specified);
|
||||
return _gtk_css_value_compute (specified, _gtk_css_style_property_get_id (property), context);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user