Fix filtering.
This commit is contained in:
parent
6beb5cc74a
commit
b1de10a71a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue