src/Builder4/WindowState.vala
authorAlan <alan@roojs.com>
Thu, 12 May 2022 09:39:40 +0000 (17:39 +0800)
committerAlan <alan@roojs.com>
Thu, 12 May 2022 09:39:40 +0000 (17:39 +0800)
src/Builder4/WindowState.vala

index 255e825..aff560b 100644 (file)
@@ -387,7 +387,7 @@ public class WindowState : Object
 
        public void codeEditInit()
        {
-               this.code_editor  = new  Editor();
+               this.code_editor_tab  = new  Editor();
                //this.code_editor.ref();  /// really?
                ((Gtk.Container)(this.win.codeeditview.el.get_widget())).add(this.code_editor.el);