[gnome-shell/wip/carlosg/grabs-pt3: 2/4] appDisplay: Drop grabHelper.addActor() call
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/grabs-pt3: 2/4] appDisplay: Drop grabHelper.addActor() call
- Date: Thu, 16 Dec 2021 14:38:35 +0000 (UTC)
commit 1dcdf27cdbb7711c7eb91abc9be8c9b9d1b9f6dc
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Nov 19 13:28:48 2021 +0100
appDisplay: Drop grabHelper.addActor() call
This no longer does what it advertises to do, the folder dialog
is already modal and handles clicks outside to dismiss the dialog,
so this does not seem necessary either.
js/ui/appDisplay.js | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index bd308c148c..ba8cb24760 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -2598,7 +2598,6 @@ var AppFolderDialog = GObject.registerClass({
this._grabHelper = new GrabHelper.GrabHelper(this, {
actionMode: Shell.ActionMode.POPUP,
});
- this._grabHelper.addActor(Main.layoutManager.overviewGroup);
this.connect('destroy', this._onDestroy.bind(this));
this._dragMonitor = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]