diff --git a/src/st/st-box-layout.c b/src/st/st-box-layout.c index 12fe86910..3acb15c40 100644 --- a/src/st/st-box-layout.c +++ b/src/st/st-box-layout.c @@ -90,7 +90,7 @@ adjustment_value_notify_cb (StAdjustment *adjustment, GParamSpec *pspec, StBoxLayout *box) { - clutter_actor_queue_redraw (CLUTTER_ACTOR (box)); + clutter_actor_queue_relayout (CLUTTER_ACTOR (box)); } static void