You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/05/04 06:33:22 UTC

[royale-asjs] branch feature/MXRoyale updated: Update MXRoyaleClasses for CursorManager

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

alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 5d9b26b  Update MXRoyaleClasses for CursorManager
5d9b26b is described below

commit 5d9b26bb2face71d41858d566f91c8f166ee7545
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Fri May 4 11:33:21 2018 +0500

    Update MXRoyaleClasses for CursorManager
---
 frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index f28ed70..03baba8 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -145,7 +145,8 @@ internal class MXRoyaleClasses
 	import mx.styles.ISimpleStyleClient; ISimpleStyleClient; 
 	import mx.styles.StyleProxy; StyleProxy;
 	import mx.modules.IModuleInfo; IModuleInfo;
-
+	import mx.managers.CursorManager; CursorManager;
+	
     COMPILE::SWF
     {
         import mx.controls.beads.CSSImageAndTextButtonView; CSSImageAndTextButtonView;

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.