You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2017/06/07 07:44:12 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - make lists scroll

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 66cae512d -> 04a63b6c2


make lists scroll


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/04a63b6c
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/04a63b6c
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/04a63b6c

Branch: refs/heads/release0.8.0
Commit: 04a63b6c2875c2fd66c15c969b29335cfca2b967
Parents: 66cae51
Author: Harbs <ha...@in-tools.com>
Authored: Wed Jun 7 10:44:08 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Wed Jun 7 10:44:08 2017 +0300

----------------------------------------------------------------------
 frameworks/projects/Basic/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/04a63b6c/frameworks/projects/Basic/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css b/frameworks/projects/Basic/src/main/resources/defaults.css
index 880d161..c3425b0 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -353,7 +353,7 @@ List
 	IDataProviderItemRendererMapper: ClassReference("org.apache.flex.html.beads.DataItemRendererFactoryForArrayData");
 	IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory");
 	IItemRenderer: ClassReference("org.apache.flex.html.supportClasses.StringItemRenderer");
-	IViewport: ClassReference("org.apache.flex.html.supportClasses.Viewport");
+	IViewport: ClassReference("org.apache.flex.html.supportClasses.ScrollingViewport");
 	IViewportModel: ClassReference("org.apache.flex.html.beads.models.ViewportModel");
 	border-style: solid;
 	border-color: #222222;