You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2020/10/27 18:28:20 UTC

[royale-asjs] branch develop updated: SparkRoyale: Another fix for TileWindow missing import in SWF build

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 a23ff22  SparkRoyale: Another fix for TileWindow missing import in SWF build
a23ff22 is described below

commit a23ff22dda546b0655a962f6a266dbaa727e6629
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Oct 27 19:27:44 2020 +0100

    SparkRoyale: Another fix for TileWindow missing import in SWF build
---
 .../SparkRoyale/src/main/royale/spark/components/TitleWindow.as       | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TitleWindow.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TitleWindow.as
index 3e70e2b..c34aa2c 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TitleWindow.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TitleWindow.as
@@ -43,6 +43,10 @@ use namespace mx_internal; */
         import org.apache.royale.events.Event;
     }
 
+    COMPILE::SWF
+    {
+        import flash.events.Event;
+    }
 //--------------------------------------
 //  Events
 //--------------------------------------