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 67dc91e jewel-virtualcombox: fix popup reference
67dc91e is described below
commit 67dc91ece0d65c6ca4de0baf5734f101dce5e683
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Feb 6 19:05:03 2020 +0100
jewel-virtualcombox: fix popup reference
---
frameworks/projects/Jewel/src/main/resources/defaults.css | 2 +-
frameworks/projects/Jewel/src/main/sass/components/_combobox.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 67af3ed..cf74fa8 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -485,7 +485,7 @@ j|ComboBoxPopUp {
}
j|VirtualComboBox {
- IPopUp:
ClassReference("org.apache.royale.jewel.supportClasses.combobox.ComboBoxPopUp");
+ IPopUp:
ClassReference("org.apache.royale.jewel.supportClasses.combobox.VirtualComboBoxPopUp");
}
j|VirtualComboBoxPopUp {
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_combobox.sass
b/frameworks/projects/Jewel/src/main/sass/components/_combobox.sass
index 28f735d..c70b31b 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_combobox.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_combobox.sass
@@ -171,7 +171,7 @@ j|ComboBoxPopUp
// IBackgroundBead:
ClassReference('org.apache.royale.html.beads.SolidBackgroundBead')
j|VirtualComboBox
- IPopUp:
ClassReference("org.apache.royale.jewel.supportClasses.combobox.ComboBoxPopUp")
+ IPopUp:
ClassReference("org.apache.royale.jewel.supportClasses.combobox.VirtualComboBoxPopUp")
// this is a StyledUIBase with a List inside
j|VirtualComboBoxPopUp