src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 27 May 2015 07:53:38 +0000 (15:53 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 May 2015 07:53:38 +0000 (15:53 +0800)
src/Builder4/WindowState.vala

index 518250a..ced0ca1 100644 (file)
@@ -431,6 +431,7 @@ public class WindowState : Object
                
                if (file.xtype == "PlainFile") {
                        this.switchState (State.CODEONLY); 
+                       file.loadItems();
                } else {
                
                        this.switchState (State.PREVIEW);