src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 08:06:37 +0000 (16:06 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 08:06:37 +0000 (16:06 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 29ed59d..ec91584 100644 (file)
           ]
          },
          "xtype" : "EventControllerScroll"
+        },
+        {
+         "$ xns" : "Gtk",
+         "xtype" : "GestureClick"
         }
        ],
        "listeners" : {
index 74af01c..95adb28 100644 (file)
@@ -58,7 +58,7 @@ public class Editor : Object
                this.file = null;
                this.node = null;
                this.prop = null;
-               this.activeEditor = "";
+               this.activeEditor = "\"\"";
 
                // set gobject values
                this.el.homogeneous = false;