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

index a193301..a2b659a 100644 (file)
@@ -484,7 +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.set_opacity(0xff);
                 this.win.rooview.el.restore_easing_state();  
                 this.clutterfiles.el.hide();