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 2020/09/26 18:27:34 UTC

[royale-asjs] 02/04: Add TitlesWindowBoundsEvent

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

commit 68455424ed2bd279502e9b72094f4a8ea25a9de0
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Sat Sep 26 18:59:14 2020 +0100

    Add TitlesWindowBoundsEvent
---
 frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as   | 2 +-
 .../SparkRoyale/src/main/royale/spark/events/TitleWindowBoundsEvent.as  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as b/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as
index a0c06b9..9855677 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as
@@ -113,7 +113,7 @@ import spark.effects.Resize; Resize; // needed
 import spark.effects.SetAction; SetAction; // needed
 import spark.effects.easing.IEaser; IEaser;
 import spark.effects.easing.Power; Power; // needed
-//import spark.events.TitleWindowBoundsEvent; TitleWindowBoundsEvent; // needed
+import spark.events.TitleWindowBoundsEvent; TitleWindowBoundsEvent; // needed
 import spark.filters.ColorMatrixFilter; ColorMatrixFilter;
 import spark.filters.DropShadowFilter; DropShadowFilter;
 import spark.filters.GlowFilter; GlowFilter;
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/events/TitleWindowBoundsEvent.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/events/TitleWindowBoundsEvent.as
index 87b5c91..f69d649 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/events/TitleWindowBoundsEvent.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/events/TitleWindowBoundsEvent.as
@@ -274,7 +274,7 @@ public class TitleWindowBoundsEvent extends Event
     /**
      *  @private
      */
-    override public function clone():Event
+    override public function cloneEvent():Event
     {
         return new TitleWindowBoundsEvent(type, bubbles, cancelable, beforeBounds, afterBounds);
     }