You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/05/17 04:50:49 UTC

[royale-asjs] branch feature/MXRoyale updated: Update Alert.as

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 b8e5c76  Update Alert.as
b8e5c76 is described below

commit b8e5c76ca210dfefc7cf8069e765d42ac1e3ab89
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu May 17 09:50:46 2018 +0500

    Update Alert.as
    
    Commented NONMODAL from 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 dca8e8e..eb36629 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Alert.as
@@ -213,7 +213,7 @@ public class Alert extends Panel
      *  @playerversion AIR 1.1
      *  @productversion Royale 0.9.3
      */
-    public static const NONMODAL:uint = 0x8000;
+   // public static const NONMODAL:uint = 0x8000;
 
     //--------------------------------------------------------------------------
     //

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.