From: Alan Knowles Date: Thu, 21 May 2015 06:39:54 +0000 (+0800) Subject: src/Builder4/WindowState.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=51d7de7b51c9015bc15168d040c586528aeed021;p=app.Builder.js src/Builder4/WindowState.vala --- diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index d38127f91..571cbe8b0 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -697,6 +697,10 @@ public class WindowState : Object case State.CODEONLY: // going to codeonly.. this.win.codeeditview.el.show(); + while (Gtk.events_pending()) { + Gtk.main_iteration(); + } + this.win.leftpane.el.hide(); this.win.codeeditview.el.show(); //while (Gtk.events_pending()) {