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


The following commit(s) were added to refs/heads/develop by this push:
     new 7bfe234  paste-o.  Should fix #741
7bfe234 is described below

commit 7bfe234a58385b0f639f5281cd89ca8ff1b393fc
Author: Alex Harui <[email protected]>
AuthorDate: Fri Feb 28 11:15:05 2020 -0800

    paste-o.  Should fix #741
---
 .../Basic/src/main/royale/org/apache/royale/html/beads/ListView.as      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ListView.as
 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ListView.as
index dbd8c91..fd3841a 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ListView.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ListView.as
@@ -101,7 +101,7 @@ package org.apache.royale.html.beads
                                if (selectionBead)
                                        selectionBead.hovered = false;
                        }
-                       ir = 
dataGroup.getItemRendererForIndex(lastRollOverIndex) as IItemRenderer;
+                       ir = dataGroup.getItemRendererForIndex((listModel as 
IRollOverModel).rollOverIndex) as IItemRenderer;
                        if (ir) {
                                selectionBead = getSelectionRenderBead(ir);
                                if (selectionBead)

Reply via email to