You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2022/04/15 13:05:47 UTC

[royale-asjs] branch develop updated: Fix mxtests

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 cc611acb42 Fix mxtests
     new b2a6b1dead Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
cc611acb42 is described below

commit cc611acb42e95c5f30c90e55ffb32b4771058cca
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Fri Apr 15 16:05:32 2022 +0300

    Fix mxtests
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/Menu.as | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Menu.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Menu.as
index 60a52efee2..b128fc208f 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Menu.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Menu.as
@@ -99,6 +99,7 @@ package mx.controls
 	import org.apache.royale.core.IHasLabelField;
 	import org.apache.royale.html.util.getModelByType;
 	import org.apache.royale.core.ICascadingMenuModel;
+	import org.apache.royale.core.IStrandWithPresentationModel;
 	
 	use namespace mx_internal;
 	
@@ -593,7 +594,7 @@ package mx.controls
 	 *  @playerversion AIR 1.1
 	 *  @productversion Flex 3
 	 */
-	public class Menu extends UIComponent implements IFocusManagerContainer, IMenu, IItemRendererProvider, ILayoutParent, ILayoutView, IHasLabelField
+	public class Menu extends UIComponent implements IFocusManagerContainer, IMenu, IItemRendererProvider, ILayoutParent, ILayoutView, IHasLabelField, IStrandWithPresentationModel
 	{
 		// include "../core/Version.as";