[gnome-shell/eos3.8: 106/255] dnd: Disable the workspace as a DnD drop target



commit d4bd1f06a07d3dbfe8737171745b85e568f7da82
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 5fa818491b..c995ff7693 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -1156,7 +1156,6 @@ class Workspace extends St.Widget {
         this.set_size(0, 0);
 
         this._dropRect = new Clutter.Actor({ opacity: 0 });
-        this._dropRect._delegate = this;
 
         this.add_actor(this._dropRect);
         this.add_actor(this._windowOverlaysGroup);


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