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

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

index 966d274..f6cc48f 100644 (file)
          "  ( ) => {",
          "    ",
          " ",
-         "   _this.windowstate.showProps(this.el, \"signals\");",
+         "   _this.main_window.windowstate.showProps(this.el, \"signals\");",
          "",
          "",
          "}"
index 7b72062..9b7e078 100644 (file)
@@ -1334,7 +1334,7 @@ public class Xcls_LeftProps : Object
             this.el.clicked.connect( ( ) => {
                 
              
-               _this.windowstate.showProps(this.el, "signals");
+               _this.main_window.windowstate.showProps(this.el, "signals");
             
             
             });