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

src/Builder4/WindowLeftProps.bjs
src/Builder4/WindowLeftProps.vala

index 309b88e..7c6cb39 100644 (file)
         "clicked" : [
          "  ( ) => {",
          "    ",
-         "     _this.windowstate.showProps(this.el, \"props\");",
+         "     _this.main_window.windowstate.showProps(this.el, \"props\");",
          " ",
          "",
          "}"
index aa4967e..7e09450 100644 (file)
@@ -1272,7 +1272,7 @@ public class Xcls_LeftProps : Object
             //listeners
             this.el.clicked.connect( ( ) => {
                 
-                 _this.windowstate.showProps(this.el, "props");
+                 _this.main_window.windowstate.showProps(this.el, "props");
              
             
             });