mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Revert "ModelButton: Properly update indicator on set_role"
This reverts commit ba307aa35e
.
This is not needed; see the previous commit for the explanation.
https://gitlab.gnome.org/GNOME/gtk/issues/163#note_94842
This commit is contained in:
parent
b7e5a2dd10
commit
b2caaaa3f9
@ -361,7 +361,7 @@ gtk_model_button_set_role (GtkModelButton *button,
|
||||
update_node_name (button);
|
||||
|
||||
gtk_model_button_update_state (button);
|
||||
gtk_widget_queue_resize (GTK_WIDGET (button));
|
||||
gtk_widget_queue_draw (GTK_WIDGET (button));
|
||||
g_object_notify_by_pspec (G_OBJECT (button), properties[PROP_ROLE]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user