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 2020/12/25 09:29:43 UTC

[royale-asjs] branch develop updated: jewel-VirtualComboBoxPopUpView: fix Event problem

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 6944e40  jewel-VirtualComboBoxPopUpView: fix Event problem
6944e40 is described below

commit 6944e409fd5056b38056e0b00cbaa5aa2beb18b6
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Dec 25 10:29:32 2020 +0100

    jewel-VirtualComboBoxPopUpView: fix Event problem
---
 .../org/apache/royale/jewel/beads/views/VirtualComboBoxPopUpView.as  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/VirtualComboBoxPopUpView.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/VirtualComboBoxPopUpView.as
index 849e964..c66c968 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/VirtualComboBoxPopUpView.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/VirtualComboBoxPopUpView.as
@@ -18,10 +18,11 @@
 ////////////////////////////////////////////////////////////////////////////////
 package org.apache.royale.jewel.beads.views
 {
+    import org.apache.royale.core.IStrand;
+    import org.apache.royale.events.Event;
     import org.apache.royale.jewel.List;
     import org.apache.royale.jewel.VirtualList;
-    import org.apache.royale.core.IStrand;
-	import org.apache.royale.jewel.beads.models.IJewelSelectionModel;
+    import org.apache.royale.jewel.beads.models.IJewelSelectionModel;
 
     /**
 	 *  The VirtualComboBoxPopUpView class is a view bead for the VirtualComboBoxPopUp.