From 9721890a3c85aeea95fe9aea48b6d6d3df232453 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 16 May 2022 11:50:11 -0600 Subject: [PATCH] Update documentation --- Source/LibationWinForms/grid/SortableFilterableBindingList.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/LibationWinForms/grid/SortableFilterableBindingList.cs b/Source/LibationWinForms/grid/SortableFilterableBindingList.cs index 8dff9d35..a5a5debb 100644 --- a/Source/LibationWinForms/grid/SortableFilterableBindingList.cs +++ b/Source/LibationWinForms/grid/SortableFilterableBindingList.cs @@ -17,8 +17,8 @@ namespace LibationWinForms * list. When filtering is removed, items in the FilterRemoved list * are added back to the base list. * - * Remove and InsertItem are overridden to ensure that the current - * filter remains applied when items are removed/added to the list. + * Remove and InsertItem are overridden to ensure that the base + * list remains synchronized with the AllItems list. */ internal class SortableFilterableBindingList : SortableBindingList, IBindingListView {