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

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

index 525b7c1..0b030d7 100644 (file)
                  ],
                  "$ xns" : "Gtk",
                  "* prop" : "model",
-                 "bool autoexpand" : false,
+                 "bool autoexpand" : true,
                  "bool passthrough" : false,
                  "items" : [
                   {
index 8674860..6f5f696 100644 (file)
@@ -2230,7 +2230,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;
 }