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

index 2580219..be2c4ba 100644 (file)
@@ -509,6 +509,7 @@ public class WindowState : Object
 
                  this.win.rooview.el.save_easing_state();
                  this.win.rooview.el.set_scale(1.0f,1.0f);
+                 this.win.rooview.el.el.set_opacity(0);
                  this.win.rooview.el.restore_easing_state();
                
                 break;
@@ -516,7 +517,7 @@ public class WindowState : Object
 
             case State.LISTENER:
                // same as prop?
-           case State.PROP:
+            case State.PROP:
                 var ae =      this.left_tree.getActiveElement();
                 if (ae == null) {
                     this.state = oldstate;