You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/08/01 11:51:28 UTC

[royale-asjs] branch feature/MXRoyale updated: Update SkinnableTextBase.as

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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 697a7e1  Update SkinnableTextBase.as
697a7e1 is described below

commit 697a7e10968cd37cd22fdb1020c75861f9d6407f
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Wed Aug 1 16:51:26 2018 +0500

    Update SkinnableTextBase.as
---
 .../spark/components/supportClasses/SkinnableTextBase.as       | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableTextBase.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableTextBase.as
index 1ddb13e..3abab57 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableTextBase.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableTextBase.as
@@ -117,7 +117,7 @@ include "../../styles/metadata/SelectionFormatTextStyles.as" */
  *  @playerversion AIR 1.5
  *  @productversion Royale 0.9.4
  */
-[Style(name="contentBackgroundColor", type="uint", format="Color", inherit="yes", theme="spark, mobile")]
+//[Style(name="contentBackgroundColor", type="uint", format="Color", inherit="yes", theme="spark, mobile")]
 
 /**
  *  The alpha of the focus ring for this component.
@@ -434,6 +434,14 @@ public class SkinnableTextBase extends SkinnableComponent
         super();
     }
     
+    public function get contentBackgroundColor():uint
+    {
+	return 0;
+    }
+    public function set contentBackgroundColor(val:uint):void
+    {
+    }
+    
     //--------------------------------------------------------------------------
     //
     //  Variables