You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/11/20 07:21:39 UTC

[royale-asjs] branch develop updated: Update AdvancedListBase.as

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

pushminakazi 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 6d7d1c5  Update AdvancedListBase.as
6d7d1c5 is described below

commit 6d7d1c5dee4d63ea971278d4eb8455d812516452
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Fri Nov 20 12:21:26 2020 +0500

    Update AdvancedListBase.as
---
 .../src/main/royale/mx/controls/listClasses/AdvancedListBase.as      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/AdvancedListBase.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/AdvancedListBase.as
index ac9c708..26a95da 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/AdvancedListBase.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/AdvancedListBase.as
@@ -61,6 +61,7 @@ import mx.events.CollectionEvent;
 import mx.events.CollectionEventKind;
 import mx.events.FlexEvent;
 import mx.events.ListEvent;
+import mx.managers.IFocusManagerComponent;
 
 import org.apache.royale.core.IChild;
 import org.apache.royale.core.IDataProviderNotifier;
@@ -476,8 +477,8 @@ include "../../styles/metadata/PaddingStyles.as"
  *  @productversion Royale 0.9.4
  *  @royalesuppresspublicvarwarning
  */
-public class AdvancedListBase extends ListBase /* extends UIComponent 
-                      implements IDataRenderer, IFocusManagerComponent,
+public class AdvancedListBase extends ListBase implements IFocusManagerComponent /* extends UIComponent 
+                      implements IDataRenderer,
                       IListItemRenderer, IDropInListItemRenderer,
                       IEffectTargetHost */
 {