diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c index 909d21537..9a7dbd65d 100644 --- a/clutter/clutter-stage.c +++ b/clutter/clutter-stage.c @@ -876,7 +876,10 @@ clutter_stage_real_queue_redraw (ClutterActor *actor, return; if (_clutter_stage_window_ignoring_redraw_clips (stage_window)) - return; + { + _clutter_stage_window_add_redraw_clip (stage_window, NULL); + return; + } /* Convert the clip volume (which is in leaf actor coordinates) into stage * coordinates and then into an axis aligned stage coordinates bounding