[gnome-shell/T27795: 137/138] dnd: Disable the workspace as a DnD drop target



commit 67bede8fbcfb1bdb12163c6128345ce4a9a4efe5
Author: Mario Sanchez Prada <mario endlessm com>
Date:   Fri Jun 30 01:21:59 2017 +0000

    dnd: Disable the workspace as a DnD drop target
    
    https://phabricator.endlessm.com/T17661

 js/ui/workspace.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index a93b19add9..d6c5297cae 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -1142,7 +1142,6 @@ var Workspace = class {
         this.actor.set_size(0, 0);
 
         this._dropRect = new Clutter.Actor({ opacity: 0 });
-        this._dropRect._delegate = this;
 
         this.actor.add_actor(this._dropRect);
         this.actor.add_actor(this._windowOverlaysGroup);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]