You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2021/02/26 17:15:04 UTC

[royale-asjs] branch develop updated: jewel-tilelayouts: perform layout when changed at runtime 2

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

carlosrovira 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 d247ab7  jewel-tilelayouts: perform layout when changed at runtime 2
d247ab7 is described below

commit d247ab7c3d3e60e0c4878d130ad6283d40e1c999
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Feb 26 18:14:51 2021 +0100

    jewel-tilelayouts: perform layout when changed at runtime 2
---
 .../royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as
index 802804a..7662a5d 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/TileVerticalLayout.as
@@ -28,7 +28,7 @@ package org.apache.royale.jewel.beads.layouts
 	import org.apache.royale.core.ValuesManager;
 	import org.apache.royale.core.layout.EdgeData;
 	import org.apache.royale.core.layout.ILayoutStyleProperties;
-	import org.apache.royale.events.Event
+	import org.apache.royale.events.Event;
 
 	/**
 	 *  The TileVerticalLayout class bead sizes and positions the elements it manages into rows and columns.