diff --git a/src/st/st-bin.c b/src/st/st-bin.c index b08334639..3bfa93d87 100644 --- a/src/st/st-bin.c +++ b/src/st/st-bin.c @@ -101,7 +101,7 @@ st_bin_allocate (ClutterActor *self, clutter_actor_set_allocation (self, box, flags); - if (priv->child) + if (priv->child && CLUTTER_ACTOR_IS_VISIBLE (priv->child)) { StThemeNode *theme_node = st_widget_get_theme_node (ST_WIDGET (self)); ClutterActorBox childbox;