From 919bec641a0d789c04d8c1b7f823da6ffe8c8791 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 16 Mar 2024 20:04:28 +0800 Subject: [PATCH] src/Builder4/Editor.bjs src/Builder4/Editor.vala --- src/Builder4/Editor.bjs | 2 +- src/Builder4/Editor.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 8783a6bbb..ba0030a83 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1040,6 +1040,7 @@ "xtype" : "SingleSelection" } ], + "string name" : "editor-navigation", "xtype" : "ColumnView", "| void show" : [ "(Gee.ArrayList syms) {", @@ -1054,7 +1055,6 @@ ] } ], - "string name" : "navigationtree", "xtype" : "ScrolledWindow" } ], diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index e0dc9a5dd..2ac419c82 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -1745,7 +1745,6 @@ public class Editor : Object // my vars (dec) // set gobject values - this.el.name = "navigationtree"; this.el.visible = false; new Xcls_navigation( _this ); this.el.child = _this.navigation.el; @@ -1773,6 +1772,7 @@ public class Editor : Object // my vars (dec) // set gobject values + this.el.name = "editor-navigation"; var child_2 = new Xcls_ColumnViewColumn29( _this ); child_2.ref(); this.el.append_column( child_2.el ); -- 2.39.2