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/01/14 09:27:10 UTC

[royale-asjs] 04/10: default labelField is 'label'

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 2e319039caaa8ca16ca0bc48fa62c19e56f9f0a2
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Jan 13 23:49:10 2019 -0800

    default labelField is 'label'
---
 .../main/royale/mx/controls/beads/models/SingleSelectionIListModel.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/models/SingleSelectionIListModel.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/models/SingleSelectionIListModel.as
index 4bb6e7f..1f6544b 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/models/SingleSelectionIListModel.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/models/SingleSelectionIListModel.as
@@ -98,7 +98,7 @@ package mx.controls.beads.models
 
 		private var _selectedIndex:int = -1;
 		private var _rollOverIndex:int = -1;
-		private var _labelField:String = null;
+		private var _labelField:String = "label";
 
         /**
          *  @copy org.apache.royale.core.ISelectionModel#labelField