forked from AuroraMiddleware/gtk
menu button: Don't set use_popover to TRUE by default
This was changed by accident. The default value is supposed to be FALSE, for now.
This commit is contained in:
parent
e891e0344f
commit
fefd3bf6cc
@ -610,7 +610,6 @@ gtk_menu_button_init (GtkMenuButton *menu_button)
|
||||
priv = gtk_menu_button_get_instance_private (menu_button);
|
||||
menu_button->priv = priv;
|
||||
priv->arrow_type = GTK_ARROW_DOWN;
|
||||
priv->use_popover = TRUE;
|
||||
|
||||
add_arrow (menu_button);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user