src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 06:38:20 +0000 (14:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 06:38:20 +0000 (14:38 +0800)
src/Builder4/WindowState.vala

index b9ef173..cc0b2ad 100644 (file)
@@ -549,10 +549,10 @@ public class WindowState : Object
                        case State.CODEONLY:
                                // going from codeonly..
                                this.win.leftpane.el.show();
-                           while (Gtk.events_pending()) { 
-                                       Gtk.main_iteration();
-                               }
-                               this.code_editor.saveContents();
+                           //while (Gtk.events_pending()) { 
+                               //      Gtk.main_iteration();
+                               //}
+                               //this.code_editor.saveContents(); << not yet...
                                if (new_state != State.FILES) {
                                        this.win.rooview.el.show(); 
                                        this.win.codeeditview.el.set_scale(0.0f,0.0f);