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

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

commit e85087a9f5610d821dbb44604db7add8418e94d0
Author: greg-dove <greg.d...@gmail.com>
AuthorDate: Fri May 6 15:54:35 2022 +1200

    in mx, the labelField is 'label' as default
---
 .../mx/controls/beads/models/SingleSelectionICollectionViewModel.as   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/models/SingleSelectionICollectionViewModel.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/models/SingleSelectionICollectionViewModel.as
index 8cc3c505f4..58332d807c 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/models/SingleSelectionICollectionViewModel.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/models/SingleSelectionICollectionViewModel.as
@@ -54,7 +54,7 @@ package mx.controls.beads.models
                {
                }
 
-               private var _strand:IStrand;
+               protected var _strand:IStrand;
 
         /**
          *  @copy org.apache.royale.core.IBead#strand
@@ -140,7 +140,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'; //this is the mx 
default
 
         /**
          *  @copy org.apache.royale.core.ISelectionModel#labelField

Reply via email to