GNOME Bugzilla – Bug 681221
Moving the window group causes flickering around the window actors
Last modified: 2012-08-16 00:44:30 UTC
Created attachment 220346 [details] [review] A patch to solve this issue When moving the window group, the background actor shows black boxes at the old places of the window actors.
Why not add (or subtract, I forget) the window group's position? That should cause everything to line up correctly.
Created attachment 220370 [details] [review] Updated patch That's true... I updated the patch.
Review of attachment 220370 [details] [review]: Patch makes sense to me, a slightly more verbose commit message would be nice though :-) (on a side note, I'll do a release later today, this looks like a good candidate to include ...)
Created attachment 221294 [details] [review] MetaWindowGroup: fix logic for handling translations Instead of getting the x/y of the MetaBackgroundActor with respect to the parent, use the same logic that we do for windows, fixing the case where there is a more complex transformation involved.
Review of attachment 221294 [details] [review]: Looks good.
Attachment 221294 [details] pushed as 0ab572d - MetaWindowGroup: fix logic for handling translations