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

harbs 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 92e2319  forgot COMPILE::JS block
92e2319 is described below

commit 92e2319b81708480767d05ae8acb08f936c87101
Author: Harbs <[email protected]>
AuthorDate: Sun Dec 12 15:47:56 2021 +0200

    forgot COMPILE::JS block
---
 .../main/royale/spark/components/supportClasses/DropDownListButton.as  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/DropDownListButton.as
 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/DropDownListButton.as
index de5c2cc..5427e13 100644
--- 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/DropDownListButton.as
+++ 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/DropDownListButton.as
@@ -100,7 +100,8 @@ package spark.components.supportClasses
                        //      (w - 17) + ',12 L ' + (w - 21) + 
',5"</path></svg>';    
                                
                }
-
+               
+               COMPILE::JS
                override protected function createElement():WrappedHTMLElement
                {
                        var elem:WrappedHTMLElement = super.createElement();

Reply via email to