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 bb623de Update TextInput.as added borderColor Style
bb623de is described below
commit bb623dec39b783b9165da191546ff38eeb1b87eb
Author: pashminakazi <[email protected]>
AuthorDate: Mon Dec 21 19:04:26 2020 +0500
Update TextInput.as added borderColor Style
---
frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
index 26f5646..40c0063 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
@@ -129,6 +129,8 @@ use namespace mx_internal;
[Style(name="borderStyle", type="String", inherit="no")]
+[Style(name="borderColor", type="unit", format="Color" inherit="no")]
+
//--------------------------------------
// Other metadata
//--------------------------------------