From 9bbb3e9c85b9b444e5a82ee90dbdf09ae7474c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 16 Jun 2014 10:24:39 +0200 Subject: [PATCH] appDisplay: Fix app folder "modal-ness" Commit 5d00c1a5ee moved app folder popups to GrabHelper - for some reason, the line that ensures the current behavior of only considering events inside the app picker to dismiss popups got lost ... --- js/ui/appDisplay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 854acd1b4..2f2ad0268 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1251,6 +1251,7 @@ const AppFolderPopup = new Lang.Class({ this.actor.destroy(); })); this._grabHelper = new GrabHelper.GrabHelper(this.actor); + this._grabHelper.addActor(Main.layoutManager.overviewGroup); }, toggle: function() {