src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 01:24:05 +0000 (09:24 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 01:24:05 +0000 (09:24 +0800)
src/Builder4/WindowState.vala

index 3e9fb82..db0eeca 100644 (file)
@@ -149,9 +149,8 @@ public class WindowState : Object
                 break;
                 
             case State.CODE:
-            // SAVE FIRST???
-                this.switchState(State.PREVIEW);
-                this.codeEditHide();
+                 this.switchState(State.PREVIEW);
+             
             break;