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

piotrz 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 de2fb81e06 MX ADG: Removing "itemsCreated" cause it causes redundant 
calls for layoutNeeded in ADG
de2fb81e06 is described below

commit de2fb81e06d979ed5ecf08c669cf6923d0aa7274
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Wed Apr 20 10:39:46 2022 +0200

    MX ADG: Removing "itemsCreated" cause it causes redundant calls for 
layoutNeeded in ADG
    
    - Changes will be discussed on Dev list
---
 .../DataItemRendererFactoryForICollectionViewAdvancedDataGridData.as     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/advancedDataGridClasses/DataItemRendererFactoryForICollectionViewAdvancedDataGridData.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/advancedDataGridClasses/DataItemRendererFactoryForICollectionViewAdvancedDataGridData.as
index ff9ead028e..c2788b097c 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/advancedDataGridClasses/DataItemRendererFactoryForICollectionViewAdvancedDataGridData.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/advancedDataGridClasses/DataItemRendererFactoryForICollectionViewAdvancedDataGridData.as
@@ -80,7 +80,6 @@ package mx.controls.advancedDataGridClasses
             resetCollectionCursor();
             currentIndex = (dp.length > 0) ? 0 : -1;
 
-                       sendStrandEvent(_strand, "itemsCreated");
                        super.dataProviderChangeHandler(event);
         }
 

Reply via email to