mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
GtkStyleContext: preserve state on save().
This commit is contained in:
parent
1bfb169ce6
commit
198bb314c7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user