This is an automated email from the ASF dual-hosted git repository.
alinakazi 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 3f6a5ff Update TextInput.as
3f6a5ff is described below
commit 3f6a5ffe734c462dbf3240a76afd9f15ec93715a
Author: alinakazi <[email protected]>
AuthorDate: Tue Sep 25 10:43:10 2018 +0500
Update TextInput.as
---
frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 4c76792..536205e 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
@@ -421,7 +421,7 @@ public class TextInput extends UIComponent implements
ITextInput
return true;
}
- public function get borderVisible(value:Boolean)
+ public function set borderVisible(value:Boolean) :void
{
}