src/Builder4/WindowLeftTree.bjs
authorAlan <alan@roojs.com>
Thu, 25 Jan 2024 08:32:35 +0000 (16:32 +0800)
committerAlan <alan@roojs.com>
Thu, 25 Jan 2024 08:32:35 +0000 (16:32 +0800)
src/Builder4/WindowLeftTree.vala

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

index 3c1fa04..9e8da5e 100644 (file)
@@ -37,7 +37,7 @@
      "items" : [
       {
        "# bool blockChanges" : false,
-       "$ JsRender.JsRender? dragNode" : "null",
+       "$ JsRender.Node? dragNode" : "null",
        "$ string lastEventSource" : "\"\"",
        "$ xns" : "Gtk",
        "* init" : [
index 50ebcaf..bfb9b16 100644 (file)
@@ -152,7 +152,7 @@ public class Xcls_WindowLeftTree : Object
                public string lastEventSource;
                public bool button_is_pressed;
                public Gtk.CssProvider css;
-               public JsRender.JsRender? dragNode;
+               public JsRender.Node? dragNode;
 
                // ctor
                public Xcls_view(Xcls_WindowLeftTree _owner )