GNOME Bugzilla – Bug 719747
ClutterStage: Don't add empty actors to the stage clip
Last modified: 2013-12-05 11:18:30 UTC
Currently, if an actor with an empty clip is queued for redraw, it will union in the box +0+0x1x1 to the stage clip bounds - avoid that by special casing empty paint volumes.
Created attachment 263369 [details] [review] ClutterStage: Don't add empty actors to the stage clip
oops, pushed this to clutter-1.18. Thought I remembered it being reviewed, but it wasn't. I'm not going to revert it right now, but let me know if you want it reverted or modified. Attachment 263369 [details] pushed as a2551df - ClutterStage: Don't add empty actors to the stage clip
I pushed it to clutter-1.18 after local review and simply forgot to mark the bug as fixed.