forked from AuroraMiddleware/gtk
boxlayout: Notify orientation changes
This was missing from the initial implementation, and breaks the tests.
This commit is contained in:
parent
3d524cc67d
commit
56d420c06e
@ -91,6 +91,8 @@ gtk_box_layout_set_orientation (GtkBoxLayout *self,
|
||||
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (widget));
|
||||
|
||||
gtk_layout_manager_layout_changed (layout_manager);
|
||||
|
||||
g_object_notify (G_OBJECT (self), "orientation");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user