src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 11 Nov 2015 05:11:42 +0000 (13:11 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 11 Nov 2015 05:11:42 +0000 (13:11 +0800)
src/Builder4/WindowState.vala

index bb10cc8..13b560f 100644 (file)
@@ -596,8 +596,9 @@ public class WindowState : Object
                                        Gtk.main_iteration();
                                }
                                //this.code_editor.saveContents(); << not yet...
-                                
-                               this.win.rooview.el.show(); 
+                               if (new_state != State.PROJECTCODEONLY) {
+                                       this.win.rooview.el.show(); 
+                               }
                                this.win.codeeditview.el.set_scale(0.0f,0.0f); // hides it completely...
                                 
                                break;