Revert: only call notifyPropertyChanged if actually set to new value
This commit is contained in:
parent
9bdcaa5eaa
commit
28a8b2e685
2 changed files with 13 additions and 42 deletions
|
|
@ -136,11 +136,8 @@ namespace LibationWinForms.Dialogs
|
|||
}
|
||||
set
|
||||
{
|
||||
if (_remove != value)
|
||||
{
|
||||
_remove = value;
|
||||
NotifyPropertyChanged();
|
||||
}
|
||||
_remove = value;
|
||||
NotifyPropertyChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue