forked from AuroraMiddleware/gtk
GtkToolbar: Set orientable style classes initially
This was an omission, horizontal/vertical would only be set when the orientation is changed.
This commit is contained in:
parent
87b7103db1
commit
f4db36ef49
@ -689,6 +689,8 @@ gtk_toolbar_init (GtkToolbar *toolbar)
|
||||
priv->icon_size = DEFAULT_ICON_SIZE;
|
||||
priv->animation = DEFAULT_ANIMATION_STATE;
|
||||
|
||||
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (toolbar));
|
||||
|
||||
priv->arrow_button = gtk_toggle_button_new ();
|
||||
g_signal_connect (priv->arrow_button, "button-press-event",
|
||||
G_CALLBACK (gtk_toolbar_arrow_button_press), toolbar);
|
||||
|
Loading…
Reference in New Issue
Block a user