Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 092EE10CF2 for ; Wed, 19 Mar 2014 01:41:32 +0000 (UTC) Received: (qmail 10568 invoked by uid 500); 19 Mar 2014 01:41:07 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 9909 invoked by uid 500); 19 Mar 2014 01:40:50 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 9577 invoked by uid 99); 19 Mar 2014 01:40:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 01:40:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A870598387E; Wed, 19 Mar 2014 01:40:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bigosmallm@apache.org To: commits@flex.apache.org Date: Wed, 19 Mar 2014 01:40:47 -0000 Message-Id: <1f14141d82244b38a53f2d05efef3a9e@git.apache.org> In-Reply-To: <2ba2570e8dcc44b7aac9c7ac8c09e974@git.apache.org> References: <2ba2570e8dcc44b7aac9c7ac8c09e974@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/50] [abbrv] git commit: [flex-sdk] [refs/heads/new_android_skins] - 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/new_android_skins Commit: 4e2708f0d10d4e701fb8fdc4e378d86b71e86f28 Parents: 788fec7 Author: Justin Mclean Authored: Fri Feb 28 18:55:39 2014 +1100 Committer: Justin Mclean 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)