src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Sat, 28 Feb 2015 10:06:44 +0000 (18:06 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 28 Feb 2015 10:06:44 +0000 (18:06 +0800)
src/Builder4/WindowState.vala

index befa411..0ba203b 100644 (file)
@@ -499,7 +499,7 @@ public class WindowState : Object
                 this.win.rooview.el.set_opacity(0xff);
                 this.win.rooview.el.restore_easing_state();  
                 
-                
+                this.clutterfiles.el.show_all();
                 this.clutterfiles.el.save_easing_state();
                 this.clutterfiles.el.set_easing_duration(1000);
                 this.clutterfiles.el.set_pivot_point(0.5f,0.5f);
@@ -651,7 +651,7 @@ public class WindowState : Object
              
                 el.restore_easing_state();
                 
-                
+                this.clutterfiles.el.show_all();
                 this.clutterfiles.el.save_easing_state();
                 this.clutterfiles.el.set_easing_duration(1000);
                 this.clutterfiles.el.set_pivot_point(0.5f,0.5f);