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 2020/12/18 07:51:43 UTC

[royale-asjs] branch develop updated: Update DataGridListBase.as uncommented lockedColumnCount

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 58eec50  Update DataGridListBase.as uncommented lockedColumnCount
58eec50 is described below

commit 58eec50a80a83d90709781525941d4cfbb4fd694
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Fri Dec 18 12:51:05 2020 +0500

    Update DataGridListBase.as uncommented lockedColumnCount
---
 .../main/royale/mx/controls/listClasses/DataGridListBase.as  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/DataGridListBase.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/DataGridListBase.as
index de7b368..8acddd3 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/DataGridListBase.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/DataGridListBase.as
@@ -2505,10 +2505,10 @@ public class DataGridListBase extends ListBase /* extends UIComponent
      *  @private
      *  Storage for the lockedColumnCount property.
      */
-    /* mx_internal var _lockedColumnCount:int = 0;
+    mx_internal var _lockedColumnCount:int = 0;
 
     [Inspectable(defaultValue="0")]
- */
+ 
     /**
      *  The index of the first column in the control that scrolls,
      *  where the first column is at an index of 0.
@@ -2522,20 +2522,20 @@ public class DataGridListBase extends ListBase /* extends UIComponent
      *  @playerversion AIR 1.1
      *  @productversion Royale 0.9.4
      */
-    /* public function get lockedColumnCount():int
+     public function get lockedColumnCount():int
     {
         return _lockedColumnCount;
-    } */
+    } 
 
     /**
      *  @private
      */
-   /*  public function set lockedColumnCount(value:int):void
+     public function set lockedColumnCount(value:int):void
     {
         _lockedColumnCount = value;
 
         invalidateDisplayList();
-    } */
+    } 
 
     //----------------------------------
     //  lockedRowCount