resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / WindowLeftTree.vala
index 3a50be0..983284b 100644 (file)
@@ -832,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) {