Fix filtering.
This commit is contained in:
parent
6beb5cc74a
commit
b1de10a71a
@ -113,8 +113,6 @@ namespace LibationWinForms
|
||||
|
||||
if (!suspendCommit)
|
||||
Commit();
|
||||
|
||||
Refilter?.Invoke();
|
||||
}
|
||||
private bool suspendCommit = false;
|
||||
|
||||
@ -142,6 +140,8 @@ namespace LibationWinForms
|
||||
LibraryCommands.UpdateUserDefinedItem(Book);
|
||||
|
||||
Book.UserDefinedItem.BookStatus = bookStatus;
|
||||
|
||||
Refilter?.Invoke();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user