GNOME Bugzilla – Bug 703105
overview: Really fix zoom animation
Last modified: 2013-06-26 16:07:34 UTC
See patch.
Created attachment 247803 [details] [review] overview: Really fix zoom animation Commit 16fa186b633d attempted to fix the zoom animation problem by throwing changes on the floor while the overview is animating. This has the side effect that we might end up missing some positioning changes causes windows to overlap the workspace thumbnails. So revert those changes and fix it by simply by passing WindowPositionFlags.ANIMATE during the overview animation. This way the animation works as expected and we don't miss any position changes.
Review of attachment 247803 [details] [review]: OK.
Attachment 247803 [details] pushed as b1c9361 - overview: Really fix zoom animation