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 4a0a652  some missing imports
4a0a652 is described below

commit 4a0a65206a7e3977aa15c6681ade6ae191353b53
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Fri Feb 7 00:17:11 2020 +0100

    some missing imports
---
 .../royale/jewel/beads/layouts/VirtualListVerticalLayout.as  | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VirtualListVerticalLayout.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VirtualListVerticalLayout.as
index faeae54..54b8df8 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VirtualListVerticalLayout.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/layouts/VirtualListVerticalLayout.as
@@ -23,7 +23,16 @@ package org.apache.royale.jewel.beads.layouts
 
        }
     COMPILE::SWF {
-        import org.apache.royale.geom.Size;
+    import org.apache.royale.geom.Size;
+       import org.apache.royale.core.ISelectionModel;
+       import org.apache.royale.core.layout.EdgeData;
+       import org.apache.royale.core.IScrollingViewport;
+       import org.apache.royale.core.IBorderPaddingMarginValuesImpl;
+       import org.apache.royale.core.ValuesManager;
+       import org.apache.royale.core.IScrollingViewport;
+       import org.apache.royale.html.beads.VirtualDataContainerView;
+       import org.apache.royale.core.ILayoutChild;
+       import org.apache.royale.core.IUIBase;
     }
        import org.apache.royale.collections.ICollectionView;
        import org.apache.royale.core.IBeadLayout;
@@ -35,7 +44,6 @@ package org.apache.royale.jewel.beads.layouts
        import org.apache.royale.core.IStrandWithPresentationModel;
        import org.apache.royale.events.Event;
        import 
org.apache.royale.jewel.supportClasses.list.IListPresentationModel;
-       import org.apache.royale.core.ISelectionModel;
         
        /**
         *  The VirtualListVerticalLayout class is used for Jewel List that 
wants to use VirtualListView

Reply via email to