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