This is an automated email from the ASF dual-hosted git repository.
alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new d7d40e9 Update Alert.as
d7d40e9 is described below
commit d7d40e9ed926d2d6471e35a9c858965b0e007b6e
Author: alinakazi <[email protected]>
AuthorDate: Thu May 17 09:52:27 2018 +0500
Update Alert.as
---
frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
index eb36629..556e0a4 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
@@ -420,7 +420,7 @@ public class Alert extends Panel
moduleFactory:Object = null):Alert
//moduleFactory:IFlexModuleFactory =
null):Alert
{
- var modal:Boolean = (flags & Alert.NONMODAL) ? false : true;
+ // var modal:Boolean = (flags & Alert.NONMODAL) ? false : true;
if (!parent)
{
--
To stop receiving notification emails like this one, please contact
[email protected].