src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 06:29:24 +0000 (14:29 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 06:29:24 +0000 (14:29 +0800)
src/Builder4/WindowState.vala

index bee20de..ef98818 100644 (file)
@@ -740,6 +740,7 @@ public class WindowState : Object
                                
                                if (oldstate == State.CODEONLY) {
                                        // code only  - rotate the codeditview..
+                                       this.win.codeeditview.el.hide();
                                        this.win.codeeditview.el.set_easing_duration(1000);
                                        this.win.codeeditview.el.set_pivot_point(0.5f,0.5f);
                                        this.win.codeeditview.el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, 180.0f);