This is an automated email from the ASF dual-hosted git repository.
piotrz 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 33301b6 MXRoyale: Add missing removeAllCursors method to CursorManager
33301b6 is described below
commit 33301b6cee2b0c9f762f8a1f54d1062c7d056f6a
Author: pzarzycki <[email protected]>
AuthorDate: Mon Oct 19 16:28:22 2020 +0100
MXRoyale: Add missing removeAllCursors method to CursorManager
---
.../projects/MXRoyale/src/main/royale/mx/managers/CursorManager.as | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/managers/CursorManager.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/managers/CursorManager.as
index 5f37894..5d868b7 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/managers/CursorManager.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/managers/CursorManager.as
@@ -387,10 +387,10 @@ public class CursorManager
* @playerversion AIR 1.1
* @productversion Royale 0.9.3
*/
- /* public static function removeAllCursors():void
+ public static function removeAllCursors():void
{
impl.removeAllCursors();
- } */
+ }
/**
* Displays the busy cursor.