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


The following commit(s) were added to refs/heads/develop by this push:
     new 20b0b89  Make sure to read labelField
     new 4bdd1ce  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
20b0b89 is described below

commit 20b0b898d17d002a120ac9aec7d31d65554a4a58
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Thu Jan 9 15:44:52 2020 +0200

    Make sure to read labelField
    
    Reference #656
---
 .../controls/listClasses/VirtualDataItemRendererFactoryForIListData.as   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/VirtualDataItemRendererFactoryForIListData.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/VirtualDataItemRendererFactoryForIListData.as
index b2c095d..bf23a9c 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/VirtualDataItemRendererFactoryForIListData.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/VirtualDataItemRendererFactoryForIListData.as
@@ -119,6 +119,7 @@ package mx.controls.listClasses
             if (!dp)
                 return;
             
+            labelField = dataProviderModel.labelField;
             var view:IListView = (_strand as IStrandWithModelView).view as 
IListView;
             var dataGroup:IItemRendererParent = view.dataGroup;
             

Reply via email to