You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2022/02/11 08:34:08 UTC

[royale-asjs] branch develop updated (8131b98 -> 619e6bd)

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

yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 8131b98  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 145f6e0  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 619e6bd  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as   | 2 ++
 1 file changed, 2 insertions(+)

[royale-asjs] 01/02: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

Posted by yi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 145f6e0733ba7b4fa9895ab0ec1b0a89cf7da88b
Merge: 5e48fef 4f4d55d
Author: greg-dove <gr...@gmail.com>
AuthorDate: Fri Feb 11 16:28:12 2022 +1300

    Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

 .../main/royale/org/apache/royale/utils/async/CompoundAsyncTask.as    | 4 +++-
 .../main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as  | 4 +++-
 .../projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as | 2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --cc frameworks/projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as
index 0358200,0358200..9aa9ff2
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/AdvancedDataGrid.as
@@@ -1314,6 -1314,6 +1314,8 @@@ public class AdvancedDataGrid extends A
          if (value is IHierarchicalData)
          {
              _rootModel = value as IHierarchicalData;
++            // view is passed on to column lists and we want to make sure those realize it's a new instance
++            _hierarchicalCollectionView = new HierarchicalCollectionView();
          }
          else if (value is IHierarchicalCollectionView)
          {

[royale-asjs] 02/02: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

Posted by yi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 619e6bd13c88e9736e15109e9d7b0bff0835d6ba
Merge: 145f6e0 8131b98
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Fri Feb 11 10:33:44 2022 +0200

    Merge branch 'develop' of https://github.com/apache/royale-asjs into develop