From: Alan Knowles Date: Fri, 27 Feb 2015 10:00:25 +0000 (+0800) Subject: src/Builder4/WindowState.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c38ec5a7d5eed5176563392ed7d0229d3598159a;p=app.Builder.js src/Builder4/WindowState.vala --- diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index 6d9d2c0f8..a688e2e30 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -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); + 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();