src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Tue, 2 Jun 2015 11:30:01 +0000 (19:30 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 2 Jun 2015 11:30:01 +0000 (19:30 +0800)
src/Builder4/WindowState.vala

index b4ece17..2059779 100644 (file)
@@ -803,7 +803,10 @@ public class WindowState : Object
                this.easingRestoreAll();
                
                // run the animation.. - then load files...
-               this.resizeCanvas();
+               GLib.Timeout.add(300,  ()  =>{
+                        this.resizeCanvasElements();
+                        return false;
+               });
                        
        }