This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch feature/distribution-allignment in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 9371acbabc4ce2322c5efeb180400ed59a8f0072 Author: Carlos Rovira <[email protected]> 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.
