GtkGrid: 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:
@@ -397,6 +397,8 @@ gtk_grid_init (GtkGrid *grid)
|
||||
|
||||
priv->linedata[0].homogeneous = FALSE;
|
||||
priv->linedata[1].homogeneous = FALSE;
|
||||
|
||||
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (grid));
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user