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 bd529e7  Update List.as remove theme from Style BorderVisible
bd529e7 is described below

commit bd529e7c1bd0fdca5568d65fdb047b3b728ad251
Author: pashminakazi <[email protected]>
AuthorDate: Wed Oct 16 12:44:19 2019 +0500

    Update List.as remove theme from Style BorderVisible
---
 .../projects/SparkRoyale/src/main/royale/spark/components/List.as      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as 
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as
index ad8270b..6a95840 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as
@@ -107,7 +107,8 @@ use namespace mx_internal;
  *  @playerversion AIR 1.5
  *  @productversion Flex 4
  */
-[Style(name="borderVisible", type="Boolean", inherit="no", theme="spark, 
mobile")]
+[Style(name="borderVisible", type="Boolean", inherit="no")]
+//, theme="spark, mobile"
 
 /**
  *  The alpha of the content background for this component.

Reply via email to