You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/10/19 09:45:13 UTC

[royale-asjs] 01/03: Adding label function stub

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

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

commit 6a67ee0419acaac1bc382c6bb9a77f3e0b52d1f0
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Mon Oct 19 09:08:53 2020 +0100

    Adding label function stub
---
 .../royale/spark/components/supportClasses/ListBase.as  | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ListBase.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ListBase.as
index a5ba4ca..8b734fb 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ListBase.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ListBase.as
@@ -721,15 +721,16 @@ public class ListBase  extends SkinnableContainer
     /**
      *  @private
      */
-   /*  public function set labelFunction(value:Function):void
+    // not implemeneted
+    public function set labelFunction(value:Function):void
     {
-        if (value == _labelFunction)
-            return;
-            
-        _labelFunction = value;
-        labelFieldOrFunctionChanged = true;
-        invalidateProperties(); 
-    } */
+        //if (value == _labelFunction)
+            //return;
+            //
+        //_labelFunction = value;
+        //labelFieldOrFunctionChanged = true;
+        //invalidateProperties(); 
+    }
 
 
     //----------------------------------