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 2019/11/06 12:26:12 UTC

[royale-asjs] branch develop updated: Update DropDownListBase.as

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new cf16b94  Update DropDownListBase.as
cf16b94 is described below

commit cf16b94a939c521310b5e8df22ca7f14baabdb8b
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Wed Nov 6 04:26:04 2019 -0800

    Update DropDownListBase.as
---
 .../src/main/royale/spark/components/supportClasses/DropDownListBase.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/DropDownListBase.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/DropDownListBase.as
index c772276..19e1b33 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/DropDownListBase.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/DropDownListBase.as
@@ -222,7 +222,7 @@ public class DropDownListBase extends List
     {
         super();
 	if((model as ISelectionModel).labelField == null) 
-		labelField("label");
+			labelField =  "label";
        // dropDownController = new DropDownController();
     }