forked from AuroraMiddleware/gtk
stylecontext: Fix FALSE/TRUE mixup
Introduced in e649c8773f
. It's obviously
the root node right there.
This commit is contained in:
parent
9e1f870680
commit
cbabb2e6ff
@ -2948,7 +2948,7 @@ _gtk_style_context_validate (GtkStyleContext *context,
|
||||
{
|
||||
GtkCssStyle *style, *static_style;
|
||||
|
||||
static_style = build_properties (context, cssnode->decl, FALSE, gtk_css_node_get_parent_style (context, cssnode));
|
||||
static_style = build_properties (context, cssnode->decl, TRUE, gtk_css_node_get_parent_style (context, cssnode));
|
||||
style = gtk_css_animated_style_new (static_style,
|
||||
priv->parent ? style_values_lookup (priv->parent) : NULL,
|
||||
timestamp,
|
||||
|
Loading…
Reference in New Issue
Block a user