When we handle Expose events we try and queue a clipped redraw of the stage, but for some reason we were also redundantly calling clutter_actor_queue_redraw for the stage which would negate the request to queue a clipped redraw.