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 <[email protected]>
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

Reply via email to