src/Builder4/WindowLeftTree.bjs
[app.Builder.js] / src / Builder4 / WindowLeftTree.vala
index f574d63..03cf610 100644 (file)
@@ -829,8 +829,10 @@ public class Xcls_WindowLeftTree : Object
                  }
                      
         }
-        public void setCursor () {
-        
+        public void setCursor (string treepath, string sourceEvent) {
+               this.lastEventSource = sourceEvent;
+            this.el.set_cursor(new Gtk.TreePath.from_string(treepath), null, false); 
+                   
         }
         public           void selectNode (string treepath_str, string source) {
                this.lastEventSource = source;