GNOME Bugzilla – Bug 723306
overview: Fix DESKTOP clone position
Last modified: 2014-01-30 23:01:18 UTC
See patch.
Created attachment 267663 [details] [review] overview: Fix DESKTOP clone position The DESKTOP window might not be located at (0,0), in particular on multi-monitor setups. While we already consider this by setting the clone's position, we then stuff the clone into a container which ignores it - meh ...
Review of attachment 267663 [details] [review]: ::: js/ui/overview.js @@ +495,2 @@ fadeOutDesktop: function() { + if (!this._desktopFade.get_children().length) get_num_children(); to prevent the GList from being made?
Attachment 267663 [details] pushed as b97f3a9 - overview: Fix DESKTOP clone position