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 dfe421c  Shame to lose all that code if all we want is to override one 
method
     new 8c7b8a6  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
dfe421c is described below

commit dfe421c4cae2a5339af5d27adaf7db04aa1c8ed1
Author: Yishay Weiss <[email protected]>
AuthorDate: Thu Dec 10 21:55:16 2020 +0000

    Shame to lose all that code if all we want is to override one method
---
 .../org/apache/royale/html/beads/TextItemRendererFactoryForArrayData.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/TextItemRendererFactoryForArrayData.as
 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/TextItemRendererFactoryForArrayData.as
index 8892b5e..ea60bf1 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/TextItemRendererFactoryForArrayData.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/TextItemRendererFactoryForArrayData.as
@@ -144,7 +144,7 @@ package org.apache.royale.html.beads
                 *  @royaleignorecoercion org.apache.royale.html.beads.IListView
                 *  @royaleignorecoercion 
org.apache.royale.core.IIndexedItemRenderer
                 */
-               private function dataProviderChangeHandler(event:Event):void
+               protected function dataProviderChangeHandler(event:Event):void
                {
                        var dp:Array = selectionModel.dataProvider as Array;
                        if (!dp)

Reply via email to