diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 48c2373f39..e880c8294f 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -369,6 +369,7 @@ style_info_copy (const GtkStyleInfo *info) info->regions->len); copy->junction_sides = info->junction_sides; + copy->state_flags = info->state_flags; return copy; }