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

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

index ca3bb61..bf08936 100644 (file)
            ],
            "| void show" : [
             "(Gee.ArrayList<Lsp.DocumentSymbol> syms) {",
-            "\t_this.navigationwindow.el.show();",
+            "\t_this.navigation_holder.el.show();",
             "\t",
             "\t//_this.navliststore.el.remove_all();",
             "\t",
index 6313597..ae9c1fb 100644 (file)
@@ -2018,7 +2018,7 @@ public class Editor : Object
                        return row;
                 }
                public void show (Gee.ArrayList<Lsp.DocumentSymbol> syms) {
-                       _this.navigationwindow.el.show();
+                       _this.navigation_holder.el.show();
                        
                        //_this.navliststore.el.remove_all();