You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/06 07:57:00 UTC

[royale-asjs] branch feature/new_merge updated: Fixed class path

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch feature/new_merge
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new 456008b  Fixed class path
456008b is described below

commit 456008b3da40f834c2a044a27e5eafcee9e46c71
Author: Harbs <ha...@in-tools.com>
AuthorDate: Thu Sep 6 10:53:25 2018 +0300

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

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 1000574..56c4099 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -78,7 +78,7 @@ ComboBox
 
 Container
 {
-	IBeadView: ClassReference("org.apache.royale.core.beads.views.ContainerView");
+	IBeadView: ClassReference("org.apache.royale.html.beads.ContainerView");
 	IBeadLayout: ClassReference("org.apache.royale.html.beads.layouts.BasicLayout");
 	IViewport: ClassReference("org.apache.royale.html.supportClasses.ScrollingViewport");
 	IViewportModel: ClassReference("org.apache.royale.html.beads.models.ViewportModel");