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 2021/11/03 03:14:30 UTC

[royale-asjs] branch develop updated: adding ContainerCreationPolicy to the MXRoyale build, the value of it still tbd.

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 fa15c4b  adding ContainerCreationPolicy to the MXRoyale build, the value of it still tbd.
fa15c4b is described below

commit fa15c4b734cee1516461b207fd6113bd4bd95f7b
Author: greg-dove <gr...@gmail.com>
AuthorDate: Wed Nov 3 16:14:07 2021 +1300

    adding ContainerCreationPolicy to the MXRoyale build, the value of it still tbd.
---
 frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index 91f059f..cc9a808 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -57,6 +57,7 @@ internal class MXRoyaleClasses
 	import mx.events.ResizeEvent; ResizeEvent;
 	/*import mx.utils.StringUtil; StringUtil;*/
 	import mx.core.DragSource; DragSource;
+	import mx.core.ContainerCreationPolicy; ContainerCreationPolicy;
 	import mx.events.DividerEvent; DividerEvent;
 	import mx.events.ScrollEvent; ScrollEvent;
 	import mx.events.MoveEvent; MoveEvent;