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:53:04 UTC

[royale-asjs] branch feature/MXRoyale updated: Update SkinnableContainer.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 cc5700c  Update SkinnableContainer.as
cc5700c is described below

commit cc5700ca1fa191fd736f68ce35caef243cfda136
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Wed Aug 1 16:53:02 2018 +0500

    Update SkinnableContainer.as
---
 .../src/main/royale/spark/components/SkinnableContainer.as  | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
index 1b29c64..ce7debb 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
@@ -384,6 +384,19 @@ public class SkinnableContainer extends SkinnableComponent
         super();
     }
     
+    
+     public function get backgroundColor():uint {
+		return 0;
+
+	}
+	public function set backgroundColor(val:uint):void {
+	}
+	
+	public function get contentBackgroundColor():uint{
+	return 0;
+	}
+	public function set contentBackgroundColor(val:uint):void {
+	}
     //--------------------------------------------------------------------------
     //
     //  Skin Parts