src/Builder4/WindowLeftTree.bjs
[app.Builder.js] / src / Builder4 / WindowLeftTree.vala
index 67cf81d..65a62ba 100644 (file)
@@ -831,8 +831,9 @@ public class Xcls_WindowLeftTree : Object
         }
         public void setCursor (string treepath, string sourceEvent)   {
                this.lastEventSource = sourceEvent;
+               this.blockChanges = true;
             this.el.set_cursor(new Gtk.TreePath.from_string(treepath), null, false); 
-                   
+            this.blockChanges = false; 
         }
         public           void selectNode (string treepath_str, string source) {
                this.lastEventSource = source;