diff --git a/source/feathers/core/FeathersControl.as b/source/feathers/core/FeathersControl.as index 933a66ceb2..a2b154c226 100644 --- a/source/feathers/core/FeathersControl.as +++ b/source/feathers/core/FeathersControl.as @@ -3701,7 +3701,7 @@ package feathers.core if(!stopped) { this.suspendEffects(); - this.visible = this._pendingVisible; + super.visible = this._pendingVisible; this.resumeEffects(); } }