Fix event handlers in ControlUtils when new item is null

This commit is contained in:
2023-07-21 19:35:59 +02:00
parent 4571b06279
commit 69d89ecd56
3 changed files with 20 additions and 19 deletions

View File

@ -178,6 +178,7 @@ namespace Elwig.Windows {
} else {
ClearOriginalValues();
ClearInputs(validate);
ClearInputStates();
}
GC.Collect();
}