src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 05:31:32 +0000 (13:31 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 05:31:32 +0000 (13:31 +0800)
src/Builder4/WindowState.vala

index 71f5a04..af06162 100644 (file)
@@ -564,6 +564,8 @@ public class WindowState : Object
                 if (ae == null) {
                     this.state = oldstate;
                     this.buttonsShowHide();
+                    this.resizeCanvasElements();
+                    this.easingRestoreAll();
                     return;
                 }
                 this.add_props.el.show_all();