From 83b53d4be523d8f5ff6c0dea2341eadedd6746f1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 27 Feb 2015 18:01:46 +0800 Subject: [PATCH] src/Builder4/WindowState.vala --- src/Builder4/WindowState.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index 28259bbe2..d9136e84a 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -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); - el.set_pivot_point(0.5f,0.5f); + this.win.rooview.el.set_pivot_point(0.5f,0.5f); this.win.rooview.el.set_opacity(0xff); this.win.rooview.el.restore_easing_state(); this.clutterfiles.el.hide(); @@ -620,7 +620,7 @@ public class WindowState : Object el.save_easing_state(); el.set_easing_duration(1000); el.set_pivot_point(0.5f,0.5f); - el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, 360.0f); + el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, 180.0f); el.set_opacity(0); //el.set_scale(0.0f,0.0f); -- 2.39.2