fix fix for FLEX-34454

Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ae33a52f
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/ae33a52f
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/ae33a52f

Branch: refs/heads/iso7skins
Commit: ae33a52f016e7d3453f303aef18e5c6286ea49d1
Parents: 27475c1
Author: Alex Harui <aha...@apache.org>
Authored: Thu Nov 20 23:54:17 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Thu Nov 20 23:54:17 2014 -0800

----------------------------------------------------------------------
 frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ae33a52f/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as 
b/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
index 6d2061a..a3f1766 100644
--- a/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
+++ b/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
@@ -1047,7 +1047,7 @@ public class PopUpManagerImpl extends EventDispatcher 
implements IPopUpManager
             // don't remove blur unless this is the first modal window to put 
up the blur
             if (blurOwners[sm] != null && blurOwners[sm] == o.owner)
             {
-                
+                blurOwners[sm] = null;
                 // Blur effect on the application
                 const blurAmount:Number = 
popUpStyleClient.getStyle("modalTransparencyBlur");
                 

Reply via email to