src/Builder4/WindowLeftTree.bjs
authorAlan <alan@roojs.com>
Thu, 25 Jan 2024 09:09:53 +0000 (17:09 +0800)
committerAlan <alan@roojs.com>
Thu, 25 Jan 2024 09:09:53 +0000 (17:09 +0800)
src/Builder4/WindowLeftTree.vala

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

index 435bb15..d1bd356 100644 (file)
           ],
           "modifiers" : [
            "(state) => {",
-           "",
-           "\treturn bool;",
+           "\tGLib.debug(\"State changed %d\". (int)state);",
+           "\treturn true;",
            "}",
            ""
           ]
index 8c827b3..4fe5a87 100644 (file)
@@ -1735,8 +1735,8 @@ public class Xcls_WindowLeftTree : Object
                                return true;
                        });
                        this.el.modifiers.connect( (state) => {
-                       
-                               return bool;
+                               GLib.debug("State changed %d". (int)state);
+                               return true;
                        });
                }