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 e8ae8be Update TextInput.as
e8ae8be is described below
commit e8ae8bece2aeb94d9193ac1210f7bb180dd5cd92
Author: pashminakazi <[email protected]>
AuthorDate: Fri Dec 28 12:36:03 2018 +0500
Update TextInput.as
---
.../MXRoyale/src/main/royale/mx/controls/TextInput.as | 13 +++++++++++++
1 file changed, 13 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 0084e5e..0f32c7b 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
@@ -413,6 +413,19 @@ public class TextInput extends UIComponent implements
ITextInput
//--------------------------------------------------------------------------
//----------------------------------
+ // contentBackgroundColor
+ //----------------------------------
+
+ public function get contentBackgroundColor():uint
+ {
+ return 0xFFFFFF;
+ }
+
+ public function set contentBackgroundColor(value:uint) :void
+ {
+ }
+
+ //----------------------------------
// borderVisible
//----------------------------------