From f6010864eae8cfde672a572eeac14ef8594f974e Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Fri, 11 Oct 2013 20:10:24 +0200 Subject: [PATCH] layout: Flush region update in showOverview We cannot wait for the queued update region to fire when xdnd is being used because a wrong input shape can result into a xdnd leave event when the user moves the pointer fast. https://bugzilla.gnome.org/show_bug.cgi?id=708887 --- js/ui/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/layout.js b/js/ui/layout.js index 12717091c..17073a6db 100644 --- a/js/ui/layout.js +++ b/js/ui/layout.js @@ -251,7 +251,7 @@ const LayoutManager = new Lang.Class({ this._inOverview = true; this._updateVisibility(); - this._queueUpdateRegions(); + this._updateRegions(); }, hideOverview: function() {