You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/07/29 20:18:42 UTC

[royale-asjs] branch develop updated: Fixes #1138.

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 6320165  Fixes #1138.
6320165 is described below

commit 6320165c3df5b7dff9662fd4fda7afb250fb6e8b
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Thu Jul 29 23:17:46 2021 +0300

    Fixes #1138.
---
 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 adce9b2..a675e8a 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -593,7 +593,7 @@ ToggleButtonBar
 	IItemRendererInitializer: ClassReference("org.apache.royale.html.beads.ListItemRendererInitializer");
 	IItemRendererClassFactory: ClassReference("org.apache.royale.core.SelectableItemRendererClassFactory");
 	IItemRenderer: ClassReference("org.apache.royale.html.supportClasses.TextButtonItemRenderer");
-	IBackgroundBead: ClassReference("org.apache.royale.html.beads.SolidBackgroundBead");
+	ISelectableItemRenderer: ClassReference("org.apache.royale.html.beads.SolidBackgroundSelectableItemRendererBead");
 	
 	border-style: none;
 }