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

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

index 5fc31de..2c05381 100644 (file)
                  ],
                  "$ xns" : "Gtk",
                  "* prop" : "model",
-                 "bool autoexpand" : false,
+                 "bool autoexpand" : true,
                  "bool passthrough" : false,
                  "items" : [
                   {
index 0f854a5..7fbee52 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, false, (item) => {
+                       this.el = new Gtk.TreeListModel( _this.navliststore.el, false, true, (item) => {
  
        return ((Lsp.DocumentSymbol)item).children;
 }