src/Builder4/Editor.bjs
[roobuilder] / src / Builder4 / Editor.bjs
index 93898c1..dd114ee 100644 (file)
                  "listeners" : {
                   "items_changed" : [
                    "(position, removed, added) => {",
-                   "\tGLib.debug(\"tree item changed %d , %d , %d\",(int) position, removed,  added);",
+                   "\tGLib.debug(\"tree item changed %d , %d , %d\",(int) position, (int)removed, (int) added);",
                    "\t return;",
                    "\t//var sym = (Lsp.DocumentSymbol) this.el.get_item(position);",
                    "\tvar row = this.el.get_row(position);",