resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / WindowLeftTree.vala
index df1ea90..983284b 100644 (file)
@@ -156,6 +156,7 @@ public class Xcls_WindowLeftTree : Object
                 
                    return true;
                 }
+                
             
                 
                 if (ev.type != Gdk.EventType.BUTTON_PRESS  || ev.button != 3) {
@@ -831,9 +832,10 @@ public class Xcls_WindowLeftTree : Object
         }
         public void setCursor (string treepath, string sourceEvent)   {
                this.lastEventSource = sourceEvent;
-               this.blockChanges = true;
+               //this.blockChanges = true; << block changes prevents loading of 'node data' and firing of node_selected..
             this.el.set_cursor(new Gtk.TreePath.from_string(treepath), null, false); 
-            this.blockChanges = false;
+            // fire node_selected..
+            //this.blockChanges = false;
                this.lastEventSource = "";
         }
         public           void selectNode (string treepath_str, string source) {