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 ...
This commit is contained in:
Florian Müllner 2014-06-16 10:24:39 +02:00
parent 2710c56827
commit 9bbb3e9c85

View File

@ -1251,6 +1251,7 @@ const AppFolderPopup = new Lang.Class({
this.actor.destroy(); this.actor.destroy();
})); }));
this._grabHelper = new GrabHelper.GrabHelper(this.actor); this._grabHelper = new GrabHelper.GrabHelper(this.actor);
this._grabHelper.addActor(Main.layoutManager.overviewGroup);
}, },
toggle: function() { toggle: function() {