You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/09/07 06:59:30 UTC

[royale-asjs] branch revert-287-branch11 created (now f8f29ff)

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

alinakazi pushed a change to branch revert-287-branch11
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


      at f8f29ff  Revert "changes on 7.9.2018"

This branch includes the following new commits:

     new f8f29ff  Revert "changes on 7.9.2018"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[royale-asjs] 01/01: Revert "changes on 7.9.2018"

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alinakazi pushed a commit to branch revert-287-branch11
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit f8f29ffba499c90537c9f5babb95d892ddd900e5
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Fri Sep 7 11:59:25 2018 +0500

    Revert "changes on 7.9.2018"
---
 .../projects/MXRoyale/src/main/royale/mx/controls/Button.as  | 12 ------------
 .../SparkRoyale/src/main/royale/spark/components/Panel.as    |  4 ++--
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as
index f9922f2..a4d5fd0 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as
@@ -254,18 +254,6 @@ public class Button extends UIComponent implements IDataRenderer
 	}
 	
 	// ------------------------------------------------
-	//  locale
-	// ------------------------------------------------
-	
-	public function get locale():String
-	{
-		return "en";
-	}
-	public function set locale(value:String):void
-	{
-	}
-	
-	// ------------------------------------------------
 	//  textDecoration
 	// ------------------------------------------------
 	
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/Panel.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/Panel.as
index 3a1a7d9..e5d2071 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/Panel.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/Panel.as
@@ -67,7 +67,7 @@ use namespace mx_internal;
  *  @playerversion AIR 1.5
  *  @productversion Royale 0.9.4
  */
-[Style(name="borderVisible", type="Boolean", inherit="no")]
+[Style(name="borderVisible", type="Boolean", inherit="no", theme="spark")]
 
 /**
  *  The radius of the corners for this component.
@@ -648,4 +648,4 @@ public class Panel extends SkinnableContainer
         return state;
     } */
 }
-}
+}
\ No newline at end of file