You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2019/11/07 09:54:07 UTC

[royale-asjs] branch develop updated: Comment out [Style direction]

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

pushminakazi 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 d265207  Comment out [Style direction]
d265207 is described below

commit d265207145bcf77089f4b67f6267171b0567d3a6
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Thu Nov 7 14:53:58 2019 +0500

    Comment out [Style direction]
---
 .../src/main/royale/spark/components/supportClasses/ButtonBase.as       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ButtonBase.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ButtonBase.as
index 5e1e975..7338e2f 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ButtonBase.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ButtonBase.as
@@ -183,7 +183,7 @@ import mx.managers.IFocusManagerComponent;
  */
 //[Style(name="touchDelay", type="Number", format="Time", inherit="yes", minValue="0.0")]
 
-[Style(name="direction", type="String", inherit="yes")]
+//[Style(name="direction", type="String", inherit="yes")]
 //--------------------------------------
 //  Events
 //--------------------------------------