Update using NotifyPropertyChanged instead of Row.Invalidate
This commit is contained in:
parent
a8d609676e
commit
d0d66c6135
3 changed files with 10 additions and 7 deletions
|
|
@ -60,7 +60,6 @@ namespace LibationWinForms
|
|||
|
||||
//DisplayTags and Liberate properties are live.
|
||||
}
|
||||
public void NotifyChanged() => NotifyPropertyChanged(nameof(GridEntry));
|
||||
|
||||
private void PictureStorage_PictureCached(object sender, FileManager.PictureCachedEventArgs e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue