You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/05/29 04:24:02 UTC

[4/5] git commit: [flex-sdk] [refs/heads/develop] - ValidateNow is called far too much and is not needed here.

ValidateNow is called far too much and is not needed here.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/37ce2eff
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/37ce2eff
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/37ce2eff

Branch: refs/heads/develop
Commit: 37ce2eff5bfa45435f14bf74c1116ff8c9cd9446
Parents: 2c14280
Author: Justin Mclean <jm...@apache.org>
Authored: Wed May 29 11:57:40 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed May 29 11:57:40 2013 +1000

----------------------------------------------------------------------
 .../AdvancedDataGridBase.as                        |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/37ce2eff/frameworks/projects/advancedgrids/src/mx/controls/advancedDataGridClasses/AdvancedDataGridBase.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/advancedgrids/src/mx/controls/advancedDataGridClasses/AdvancedDataGridBase.as b/frameworks/projects/advancedgrids/src/mx/controls/advancedDataGridClasses/AdvancedDataGridBase.as
index 7edc697..8572c4f 100644
--- a/frameworks/projects/advancedgrids/src/mx/controls/advancedDataGridClasses/AdvancedDataGridBase.as
+++ b/frameworks/projects/advancedgrids/src/mx/controls/advancedDataGridClasses/AdvancedDataGridBase.as
@@ -1291,7 +1291,6 @@ public class AdvancedDataGridBase extends AdvancedListBase implements IFontConte
         {
             var ui:IInvalidating = IInvalidating(r);
             ui.invalidateDisplayList();
-            ui.validateNow();
         }
     }