This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 375192e  Change in FormItemRequired.as
     new 8aa02ff  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
375192e is described below

commit 375192e1955ec5eccf1d1e2ef6b28e8eee781e57
Author: pashminakazi <[email protected]>
AuthorDate: Wed Jun 23 05:45:12 2021 -0700

    Change in FormItemRequired.as
---
 .../MXRoyale/src/main/royale/mx/supportClasses/FormItemRequired.as       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/supportClasses/FormItemRequired.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/supportClasses/FormItemRequired.as
index a64a94f..b406016 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/supportClasses/FormItemRequired.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/supportClasses/FormItemRequired.as
@@ -35,6 +35,7 @@ package mx.supportClasses
                        super();
                        width = 23;
                        height = 23;
+                       id = "RedSymbolID";
                        source = "assets/icon_required_indicator.png";
                }
        }

Reply via email to