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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 122aea1  Update AdvancedListBase.as
122aea1 is described below

commit 122aea143c59d1d805fa206aa0e6bd78c10b271e
Author: alinakazi <alinakazi1...@gmail.com>
AuthorDate: Fri Aug 10 16:04:47 2018 +0500

    Update AdvancedListBase.as
---
 .../main/royale/mx/controls/listClasses/AdvancedListBase.as    | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/AdvancedListBase.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/AdvancedListBase.as
index 68dd27b..8574625 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/AdvancedListBase.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/AdvancedListBase.as
@@ -1685,7 +1685,17 @@ public class AdvancedListBase extends UIComponent /* 
extends ScrollControlBase
     //  Properties
     //
     
//--------------------------------------------------------------------------
+     public function get headerStyleName():String
+    {
+        return "";
+    } 
 
+    /**
+     *  @private
+     */
+    public function set headerStyleName(value:String):void
+    {
+    }
     //----------------------------------
     //  allowDragSelection
     //----------------------------------

Reply via email to