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