From: Alan Knowles Date: Mon, 13 Oct 2014 05:14:04 +0000 (+0800) Subject: Builder4/WindowLeftTree.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=57e7d5688a16787931375f9c4d5ce9f9127424ca;p=app.Builder.js Builder4/WindowLeftTree.vala --- diff --git a/Builder4/WindowLeftTree.vala b/Builder4/WindowLeftTree.vala index 1feead23e..7d6b3d25f 100644 --- a/Builder4/WindowLeftTree.vala +++ b/Builder4/WindowLeftTree.vala @@ -308,7 +308,7 @@ public class Xcls_WindowLeftTree : Object } - print("button mask?: %d\n", this.el.get_modifier_mask()); + //print("button mask?: %d\n", this.el.get_modifier_mask()); //print("GETTING POS"); var targetData = ""; @@ -555,7 +555,7 @@ public class Xcls_WindowLeftTree : Object var dropList = _this.model.file.palete().getDropList(dropNodeType); print("dropList: %s\n", string.joinv(" , ", dropList)); - print("button mask?: %d\n", this.el.get_modifier_mask()); + //print("button mask?: %d\n", this.el.get_modifier_mask()); // if drag action is link ... then we can drop it anywahere... //if ((ctx.get_actions() & Gdk.DragAction.LINK) > 0) { // targetData = "%s|%d|".printf( path.to_string(), pos);