Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Add missing call to ReloadData on INCC Reset; fixes #5793
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed May 6, 2019
1 parent be73dd3 commit 806a6d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ void CollectionChanged(object sender, NotifyCollectionChangedEventArgs args)
Move(args);
break;
case NotifyCollectionChangedAction.Reset:
_collectionView.ReloadData();
break;
default:
throw new ArgumentOutOfRangeException();
Expand Down

0 comments on commit 806a6d3

Please sign in to comment.