forked from AuroraMiddleware/gtk
inspector: Don't apply button api to menu buttons
This commit is contained in:
parent
aa922f0779
commit
5327799046
@ -569,7 +569,7 @@ flags_changed (GObject *object, GParamSpec *pspec, gpointer data)
|
||||
g_value_unset (&val);
|
||||
|
||||
str = flags_to_string (fclass, flags);
|
||||
gtk_button_set_label (GTK_BUTTON (data), str);
|
||||
gtk_menu_button_set_label (GTK_MENU_BUTTON (data), str);
|
||||
g_free (str);
|
||||
|
||||
popover = gtk_menu_button_get_popover (GTK_MENU_BUTTON (data));
|
||||
|
Loading…
Reference in New Issue
Block a user