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

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

commit 48c2f3b2f3529a906a5d0b6648eae03409fdaffe
Author: Alex Harui <aha...@apache.org>
AuthorDate: Tue Nov 27 18:43:27 2018 -0800

    try to get TextArea to pick up some styles
---
 .../projects/SparkRoyale/src/main/royale/spark/components/TextArea.as    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextArea.as 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextArea.as
index 0e90033..15d5f79 100644
--- 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextArea.as
+++ 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextArea.as
@@ -337,6 +337,7 @@ package spark.components
                public function TextArea()
                {
                        super();
+            typeNames += " TextArea";
                }
                
                
//--------------------------------------------------------------------------

Reply via email to