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 2014/03/07 02:05:46 UTC

[36/50] git commit: [flex-sdk] [refs/heads/master] - FLEX-34101 likley fix for regression issue

FLEX-34101 likley fix for regression issue


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

Branch: refs/heads/master
Commit: 4e2708f0d10d4e701fb8fdc4e378d86b71e86f28
Parents: 788fec7
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Feb 28 18:55:39 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Feb 28 18:55:39 2014 +1100

----------------------------------------------------------------------
 .../projects/framework/src/mx/collections/ListCollectionView.as     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4e2708f0/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/collections/ListCollectionView.as b/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
index 3ef2f1a..5267b2d 100644
--- a/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
+++ b/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
@@ -1173,6 +1173,7 @@ public class ListCollectionView extends Proxy
 					else
 					{
 						loc = -1;
+						addLocation = -1;
 					}
 				}
 				else if (sort)