src/Builder4/PopoverProperty.bjs
authorAlan <alan@roojs.com>
Thu, 9 Jun 2022 06:04:32 +0000 (14:04 +0800)
committerAlan <alan@roojs.com>
Thu, 9 Jun 2022 06:04:32 +0000 (14:04 +0800)
src/Builder4/PopoverProperty.vala

src/Builder4/PopoverProperty.bjs
src/Builder4/PopoverProperty.vala

index c8be71e..decad8e 100644 (file)
            "\t",
            "",
            "\t// hide self",
-           "\t_this.prop = false; // skip checks..",
+           "\t_this.prop = null; // skip checks..",
            "\t_this.el.hide();",
            "",
            "",
index 198cbcf..1d54afd 100644 (file)
@@ -739,7 +739,7 @@ public class Xcls_PopoverProperty : Object
                
             
                // hide self
-               _this.prop = false; // skip checks..
+               _this.prop = null; // skip checks..
                _this.el.hide();