forked from AuroraMiddleware/gtk
checkmenuitem: Update CSS nodes on set_active()
The function only doesn't notify(). It is supposed to handle CSS changes.
This commit is contained in:
parent
c7491fa144
commit
820a8c2c7f
@ -779,4 +779,5 @@ _gtk_check_menu_item_set_active (GtkCheckMenuItem *check_menu_item,
|
||||
GtkCheckMenuItemPrivate *priv = check_menu_item->priv;
|
||||
|
||||
priv->active = is_active;
|
||||
update_node_state (check_menu_item);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user