forked from AuroraMiddleware/gtk
Actually set the default for GtkMenuButton::use-popover
The previous commit changed the property declaration, but omitted the actual change of the default.
This commit is contained in:
parent
b395929a16
commit
a5d2778737
@ -610,6 +610,7 @@ 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