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 cea765c314 Make mxtests happy on swf side for MenuBar
cea765c314 is described below

commit cea765c31489810e0ce72cba2f2a08d8eec9302a
Author: Yishay Weiss <[email protected]>
AuthorDate: Mon Apr 18 19:23:00 2022 +0300

    Make mxtests happy on swf side for MenuBar
    
    Looks like ResultsParser is still failing for some reason though.
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index e458bd2258..b59fc58f93 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -391,6 +391,8 @@ Menu {
        IItemRendererInitializer: 
ClassReference("mx.controls.beads.ListItemRendererInitializer");
        ISelectableItemRenderer: 
ClassReference("org.apache.royale.html.beads.SolidBackgroundSelectableItemRendererBead");
        IListPresentationModel: 
ClassReference("org.apache.royale.html.beads.models.ListPresentationModel");
+       IViewportModel: 
ClassReference("org.apache.royale.html.beads.models.ViewportModel");
+       IViewport: 
ClassReference("org.apache.royale.html.supportClasses.Viewport");
        
        position: absolute;
        background-color: white;

Reply via email to