boxlayout: Notify orientation changes

This was missing from the initial implementation, and
breaks the tests.
This commit is contained in:
Georges Basile Stavracas Neto 2019-03-27 23:25:22 -03:00
parent 3d524cc67d
commit 56d420c06e
No known key found for this signature in database
GPG Key ID: 886C17EE170D1385

View File

@ -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