src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 09:53:49 +0000 (17:53 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 09:53:49 +0000 (17:53 +0800)
src/Builder4/WindowState.vala

index be2c4ba..a193301 100644 (file)
@@ -484,6 +484,7 @@ public class WindowState : Object
                 this.win.rooview.el.save_easing_state();
                 this.win.rooview.el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, 0.0f);
                 this.win.rooview.el.set_scale(1.0f,1.0f);
+                this.win.rooview.el.el.set_opacity(0);
                 this.win.rooview.el.restore_easing_state();  
                 this.clutterfiles.el.hide();
                  
@@ -509,7 +510,7 @@ public class WindowState : Object
 
                  this.win.rooview.el.save_easing_state();
                  this.win.rooview.el.set_scale(1.0f,1.0f);
-                 this.win.rooview.el.el.set_opacity(0);
+                 
                  this.win.rooview.el.restore_easing_state();
                
                 break;