ContextWindow: Add HasContextLoaded property
This commit is contained in:
@@ -104,6 +104,7 @@ namespace Elwig.Windows {
|
||||
cb.SelectionChanged += ComboBox_SelectionChanged;
|
||||
foreach (var lb in ListBoxInputs)
|
||||
lb.SelectionChanged += ComboBox_SelectionChanged;
|
||||
LockInputs();
|
||||
}
|
||||
|
||||
private void OnClosing(object? sender, CancelEventArgs evt) {
|
||||
|
||||
Reference in New Issue
Block a user