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

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

commit d3f502fb004f0900a43a4bff702b7ea3d6067a0f
Author: greg-dove <[email protected]>
AuthorDate: Wed Mar 25 18:29:37 2026 +1300

    @royalesuppressexport was causing problems here. ILeafStyleBead was failing 
for type checking in parts of the styling code
    detail: ROYALE_CLASS_INFO and the interface is not added to the generated 
js - bug, or intended?
---
 .../src/main/royale/org/apache/royale/style/stylebeads/LeafStyleBase.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/LeafStyleBase.as
 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/LeafStyleBase.as
index 025bf9d562..818a186f0a 100644
--- 
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/LeafStyleBase.as
+++ 
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/LeafStyleBase.as
@@ -25,7 +25,7 @@ package org.apache.royale.style.stylebeads
        import org.apache.royale.style.util.CSSUnit;
        import org.apache.royale.style.util.StyleManager;
        /**
-        * @royalesuppressexport
+        * 
         */
        abstract public class LeafStyleBase extends StyleBeadBase implements 
ILeafStyleBead
        {

Reply via email to