GNOME Bugzilla – Bug 686002
Clean up workspacesView a bit
Last modified: 2012-10-21 22:54:07 UTC
Some old fixes. Nothing major, just thought I'd file them.
Created attachment 226297 [details] [review] workspacesView: Remove some dead code
Created attachment 226298 [details] [review] workspacesView: Don't zoom out thumbnails on XDnD handling We stopped zooming out thumbnails on regular DnD a while ago, so why make an exception for XDnD?
Created attachment 226299 [details] [review] workspacesView: Simplify extraWorkspaces handling
Review of attachment 226297 [details] [review]: Nope, that's not dead code.
Review of attachment 226298 [details] [review]: The zooming out is reconsidered in bug 685312, so we probably don't want this.
Review of attachment 226299 [details] [review]: The change looks good, though I haven't actually tested this.
Review of attachment 226297 [details] [review]: It is. The _updateZoom call below will set it properly.
(In reply to comment #7) > Review of attachment 226297 [details] [review]: > > It is. The _updateZoom call below will set it properly. Not when Main.overview.animationInProgress is true. The result of your patch is that the workspace area overlaps the switcher until something else calls _updateZoom() again (hovering the switcher for instance).
Attachment 226299 [details] pushed as a0e0cc1 - workspacesView: Simplify extraWorkspaces handling