Do not check required inputs on startup
This commit is contained in:
@ -76,7 +76,6 @@ namespace Elwig.Windows {
|
||||
cb.SelectionChanged += ComboBox_SelectionChanged;
|
||||
foreach (var cb in CheckComboBoxInputs)
|
||||
cb.ItemSelectionChanged += ComboBox_SelectionChanged;
|
||||
ValidateRequiredInputs();
|
||||
}
|
||||
|
||||
private void OnClosing(object? sender, CancelEventArgs evt) {
|
||||
|
Reference in New Issue
Block a user