From: Alan Knowles Date: Thu, 21 May 2015 06:39:38 +0000 (+0800) Subject: src/Builder4/WindowState.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=8316745d5a2da6ffd1892057c1a20364879ce7cc;p=app.Builder.js src/Builder4/WindowState.vala --- diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index f8a68d646..d38127f91 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -549,9 +549,10 @@ public class WindowState : Object case State.CODEONLY: // going from codeonly.. this.win.leftpane.el.show(); - //while (Gtk.events_pending()) { - // Gtk.main_iteration(); - //} + // enable re-calc of canvas.. + while (Gtk.events_pending()) { + Gtk.main_iteration(); + } //this.code_editor.saveContents(); << not yet... this.win.rooview.el.show();