src/Builder4/PopoverFiles.bjs
authorAlan <alan@roojs.com>
Fri, 20 May 2022 06:58:03 +0000 (14:58 +0800)
committerAlan <alan@roojs.com>
Fri, 20 May 2022 06:58:03 +0000 (14:58 +0800)
src/Builder4/PopoverFiles.vala

src/Builder4/PopoverFiles.bjs
src/Builder4/PopoverFiles.vala

index 5d80421..33cd1d1 100644 (file)
@@ -72,7 +72,7 @@
             "clicked" : [
              "  ( ) => {",
              "   ",
-             "\tthis.win.windowstate.projectPopoverShow(this.el, this.project);",
+             "\t_this.win.windowstate.projectPopoverShow(this.el, this.project);",
              " }"
             ]
            },
index 6ade91d..89b0cbd 100644 (file)
@@ -432,7 +432,7 @@ public class Xcls_PopoverFiles : Object
             //listeners
             this.el.clicked.connect( ( ) => {
                
-               this.win.windowstate.projectPopoverShow(this.el, this.project);
+               _this.win.windowstate.projectPopoverShow(this.el, this.project);
              });
         }