This is an automated email from the ASF dual-hosted git repository.
yishayw 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 f9797fc Fix vertical scrollbar unnecessarily appearing
new 3403600 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
f9797fc is described below
commit f9797fcdb9f1edd4115109e14c1e4780dac223cb
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Tue Oct 22 12:05:37 2019 +0300
Fix vertical scrollbar unnecessarily appearing
---
frameworks/projects/SparkRoyale/src/main/resources/defaults.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
index f2ef2fc..b6e512d 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
@@ -87,7 +87,7 @@ NonVirtualHDataGroup
IBeadLayout: ClassReference("spark.layouts.HorizontalLayout");
IItemRendererClassFactory:
ClassReference("org.apache.royale.core.ItemRendererClassFactory");
IItemRenderer:
ClassReference("mx.controls.listClasses.ListItemRenderer");
- IViewport:
ClassReference("org.apache.royale.html.supportClasses.ScrollingViewport");
+ IViewport:
ClassReference("org.apache.royale.html.supportClasses.HScrollViewport");
IViewportModel:
ClassReference("org.apache.royale.html.beads.models.ViewportModel");
}