You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2022/04/11 21:09:29 UTC

[royale-asjs] branch develop updated: Quick fix for SWF compilation

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

gregdove 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 a328f7cf97 Quick fix for SWF compilation
a328f7cf97 is described below

commit a328f7cf973a6662c8f285ffede5df61e7a0fb5d
Author: greg-dove <gr...@gmail.com>
AuthorDate: Tue Apr 12 09:08:58 2022 +1200

    Quick fix for SWF compilation
---
 .../controls/beads/controllers/CascadingMenuSelectionMouseController.as  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/controllers/CascadingMenuSelectionMouseController.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/controllers/CascadingMenuSelectionMouseController.as
index 7dfecfd8af..624d3aad21 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/controllers/CascadingMenuSelectionMouseController.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/controllers/CascadingMenuSelectionMouseController.as
@@ -30,6 +30,7 @@ package mx.controls.beads.controllers
 	import mx.events.MenuEvent;
 	import org.apache.royale.core.UIBase;
 	import org.apache.royale.events.IEventDispatcher;
+	import org.apache.royale.events.Event;
 	import mx.supportClasses.IFoldable;
 	import mx.controls.Menu;
 	import org.apache.royale.core.IPopUpHost;


RE: [royale-asjs] branch develop updated: Quick fix for SWF compilation

Posted by Yishay Weiss <yi...@hotmail.com>.
Thanks for catching that.

From: gregdove@apache.org<ma...@apache.org>
Sent: Tuesday, April 12, 2022 12:09 AM
To: commits@royale.apache.org<ma...@royale.apache.org>
Subject: [royale-asjs] branch develop updated: Quick fix for SWF compilation

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

gregdove 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 a328f7cf97 Quick fix for SWF compilation
a328f7cf97 is described below

commit a328f7cf973a6662c8f285ffede5df61e7a0fb5d
Author: greg-dove <gr...@gmail.com>
AuthorDate: Tue Apr 12 09:08:58 2022 +1200

    Quick fix for SWF compilation
---
 .../controls/beads/controllers/CascadingMenuSelectionMouseController.as  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/controllers/CascadingMenuSelectionMouseController.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/controllers/CascadingMenuSelectionMouseController.as
index 7dfecfd8af..624d3aad21 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/controllers/CascadingMenuSelectionMouseController.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/controllers/CascadingMenuSelectionMouseController.as
@@ -30,6 +30,7 @@ package mx.controls.beads.controllers
         import mx.events.MenuEvent;
         import org.apache.royale.core.UIBase;
         import org.apache.royale.events.IEventDispatcher;
+       import org.apache.royale.events.Event;
         import mx.supportClasses.IFoldable;
         import mx.controls.Menu;
         import org.apache.royale.core.IPopUpHost;