From 2a3ae8da3a7dc3e818f7aa203e411eb323403ea6 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 9 Nov 2010 13:23:12 +0900 Subject: Added orientation control on testcellarea test shows vertical orientation of cells lined up horizontally instead of horizontal orientation of cells stacked up vertically. --- tests/cellareascaffold.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/cellareascaffold.c') diff --git a/tests/cellareascaffold.c b/tests/cellareascaffold.c index b199d7cf6e..4805a2832d 100644 --- a/tests/cellareascaffold.c +++ b/tests/cellareascaffold.c @@ -187,6 +187,7 @@ cell_area_scaffold_set_property (GObject *object, case PROP_ORIENTATION: gtk_orientable_set_orientation (GTK_ORIENTABLE (priv->area), g_value_get_enum (value)); + gtk_widget_queue_resize (GTK_WIDGET (scaffold)); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); -- cgit v1.2.1