You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/12/20 18:38:49 UTC

[royale-asjs] 01/02: Spark DropDown needs to work with ArrayList as well

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

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

commit 4715993c0d7a1abd406e4cb302251d37b87c8028
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Dec 20 09:48:52 2019 -0800

    Spark DropDown needs to work with ArrayList as well
---
 frameworks/projects/SparkRoyale/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
index b28ab14..57d60ab 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
@@ -106,7 +106,7 @@ NonVirtualVDataGroup
 
 DropDownList
 {
-	IBeadModel: ClassReference("mx.controls.beads.models.SingleSelectionICollectionViewModel");
+	IBeadModel: ClassReference("mx.controls.beads.models.SingleSelectionIListModel");
 	IBeadView: ClassReference("spark.components.beads.DropDownListView");
 	IBeadController: ClassReference("spark.components.beads.controllers.DropDownListController");
 }