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 2021/12/12 13:48:08 UTC

[royale-asjs] branch develop updated: forgot COMPILE::JS block

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 <ha...@in-tools.com>
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();