Browse Source

Commited that by accident.

pull/58/head
Steven Kirk 11 years ago
parent
commit
98c2357aab
  1. 2
      Perspex.Base/Collections/PerspexReadOnlyListView.cs

2
Perspex.Base/Collections/PerspexReadOnlyListView.cs

@ -115,7 +115,7 @@ namespace Perspex.Collections
case NotifyCollectionChangedAction.Add:
ev = new NotifyCollectionChangedEventArgs(
NotifyCollectionChangedAction.Add,
e.NewItems.Cast<object>().ToList(),
e.NewItems,
e.NewStartingIndex);
break;
case NotifyCollectionChangedAction.Remove:

Loading…
Cancel
Save