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

index 8b2ba58..ebbe49a 100644 (file)
@@ -759,7 +759,9 @@ public class WindowState : Object
                                this.clutterfiles.el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, 0.0f);
                                this.clutterfiles.el.set_opacity(0xff);
                                
-                               
+                               while (Gtk.events_pending()) { 
+                                       Gtk.main_iteration();
+                               }
                                
                                break;
 
@@ -768,6 +770,8 @@ public class WindowState : Object
                this.resizeCanvasElements();
                this.easingRestoreAll();
                
+               // run the animation.. - then load files...
+               
                        
        }