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/05/28 03:57:56 UTC

[royale-asjs] branch feature/MXRoyale updated: Update SkinnableContainer.as for Panel

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 6aeb454  Update SkinnableContainer.as for Panel
6aeb454 is described below

commit 6aeb454da2d4b071cf487718e73a871d40325a7c
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Mon May 28 08:57:34 2018 +0500

    Update SkinnableContainer.as for Panel
---
 .../src/main/royale/spark/components/SkinnableContainer.as        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 79cd964..2fd4ac7 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
@@ -691,7 +691,7 @@ public class SkinnableContainer extends SkinnableComponent
      *  @private
      *  Backing variable for the contentFactory property.
      */
-    //private var _mxmlContentFactory:IDeferredInstance;
+    private var _mxmlContentFactory:Object;//IDeferredInstance;
 
     /**
      *  @private
@@ -711,14 +711,14 @@ public class SkinnableContainer extends SkinnableComponent
      *  @playerversion AIR 1.5
      *  @productversion Royale 0.9.4
      */
-    /* public function set mxmlContentFactory(value:IDeferredInstance):void
+    public function set mxmlContentFactory(value:Object):void
     {
         if (value == _mxmlContentFactory)
             return;
         
         _mxmlContentFactory = value;
-        mxmlContentCreated = false;
-    } */
+       // mxmlContentCreated = false;
+    } 
          
     //--------------------------------------------------------------------------
     //

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.