parent
97c2db1cfd
commit
ce629b09b2
@ -720,9 +720,7 @@ st_table_allocate (ClutterActor *self,
|
||||
CLUTTER_ACTOR_CLASS (st_table_parent_class)->allocate (self, box, flags);
|
||||
|
||||
if (priv->n_cols < 1 || priv->n_rows < 1)
|
||||
{
|
||||
return;
|
||||
};
|
||||
|
||||
st_theme_node_get_content_box (theme_node, box, &content_box);
|
||||
|
||||
|
@ -753,7 +753,8 @@ st_widget_hide (ClutterActor *actor)
|
||||
}
|
||||
|
||||
static gboolean
|
||||
st_widget_get_paint_volume (ClutterActor *self, ClutterPaintVolume *volume)
|
||||
st_widget_get_paint_volume (ClutterActor *self,
|
||||
ClutterPaintVolume *volume)
|
||||
{
|
||||
ClutterActorBox paint_box, alloc_box;
|
||||
StThemeNode *theme_node;
|
||||
|
Loading…
x
Reference in New Issue
Block a user