You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/04/18 23:08:41 UTC

[2/3] git commit: [flex-sdk] [refs/heads/release4.12.0] - FLEX-34229 accept patch from Mihai Chira

FLEX-34229 accept patch from Mihai Chira


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

Branch: refs/heads/release4.12.0
Commit: fd4a17b5acbb732f239c33c09984cc429623c69d
Parents: 4c350ad
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 17 10:48:51 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Apr 17 10:48:51 2014 -0700

----------------------------------------------------------------------
 .../spark/src/spark/components/gridClasses/DataGridEditor.as       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/fd4a17b5/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as b/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
index 9aaa3c6..ef8863b 100644
--- a/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
+++ b/frameworks/projects/spark/src/spark/components/gridClasses/DataGridEditor.as
@@ -513,7 +513,7 @@ public class DataGridEditor
     {
         // trace("destroyItemEditor");
         if (grid.root)
-            grid.systemManager.addEventListener(Event.DEACTIVATE, deactivateHandler, false, 0, true);
+            grid.systemManager.removeEventListener(Event.DEACTIVATE, deactivateHandler);
         
         grid.systemManager.getSandboxRoot().
             removeEventListener(MouseEvent.MOUSE_DOWN, sandBoxRoot_mouseDownHandler, true);