src/Builder4/WindowLeftTree.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 25 May 2022 02:28:53 +0000 (10:28 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 May 2022 02:28:53 +0000 (10:28 +0800)
src/Builder4/WindowLeftTree.vala

src/Builder4/WindowLeftTree.bjs
src/Builder4/WindowLeftTree.vala

index cb72e4b..0aa9222 100644 (file)
@@ -28,7 +28,7 @@
        "  ( ) => {",
        "    ",
        "",
-       "  \t_this.win.windowstate.showAddObject(this.el);",
+       "  \t_this.main_window.windowstate.showAddObject(this.el);",
        " ",
        "}"
       ]
index fef5286..19456c1 100644 (file)
@@ -91,7 +91,7 @@ public class Xcls_WindowLeftTree : Object
             this.el.clicked.connect( ( ) => {
                 
             
-               _this.win.windowstate.showAddObject(this.el);
+               _this.main_window.windowstate.showAddObject(this.el);
              
             });
         }