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 d5dba44  Initialize item on tree item renderer
d5dba44 is described below

commit d5dba448ab1d4bef295e800cb364049d54ce9138
Author: Yishay Weiss <[email protected]>
AuthorDate: Wed Dec 16 06:02:37 2020 +0000

    Initialize item on tree item renderer
---
 .../src/main/royale/mx/controls/beads/TreeItemRendererInitializer.as     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/TreeItemRendererInitializer.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/TreeItemRendererInitializer.as
index 4198307..6bda18f 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/TreeItemRendererInitializer.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/TreeItemRendererInitializer.as
@@ -77,6 +77,7 @@ package mx.controls.beads
             treeListData.depth = depth;
             treeListData.isOpen = isOpen;
             treeListData.hasChildren = hasChildren;
+           treeListData.item = data;
             
             (ir as IListDataItemRenderer).listData = treeListData;
             

Reply via email to