src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 07:38:57 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 23 Mar 2024 07:38:57 +0000 (15:38 +0800)
src/Builder4/Editor.vala

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

index 2c05381..5fc31de 100644 (file)
                  ],
                  "$ xns" : "Gtk",
                  "* prop" : "model",
-                 "bool autoexpand" : true,
+                 "bool autoexpand" : false,
                  "bool passthrough" : false,
                  "items" : [
                   {
index 7fbee52..0f854a5 100644 (file)
@@ -2229,7 +2229,7 @@ public class Editor : Object
                {
                        _this = _owner;
                        new Xcls_navliststore( _this );
-                       this.el = new Gtk.TreeListModel( _this.navliststore.el, false, true, (item) => {
+                       this.el = new Gtk.TreeListModel( _this.navliststore.el, false, false, (item) => {
  
        return ((Lsp.DocumentSymbol)item).children;
 }