From 98c2357aaba13c016d4418ecdfc5105c95e3596a Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 7 May 2015 21:57:47 +0200 Subject: [PATCH] Commited that by accident. --- Perspex.Base/Collections/PerspexReadOnlyListView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perspex.Base/Collections/PerspexReadOnlyListView.cs b/Perspex.Base/Collections/PerspexReadOnlyListView.cs index 7c6b3ee4dd..b12e52efbb 100644 --- a/Perspex.Base/Collections/PerspexReadOnlyListView.cs +++ b/Perspex.Base/Collections/PerspexReadOnlyListView.cs @@ -115,7 +115,7 @@ namespace Perspex.Collections case NotifyCollectionChangedAction.Add: ev = new NotifyCollectionChangedEventArgs( NotifyCollectionChangedAction.Add, - e.NewItems.Cast().ToList(), + e.NewItems, e.NewStartingIndex); break; case NotifyCollectionChangedAction.Remove: