DeliveryAncmtAdminWindow: Focus MgNrInput when creating new ancmt
All checks were successful
Test / Run tests (push) Successful in 2m8s

This commit is contained in:
2024-09-19 09:34:44 +02:00
parent 21a1b11d68
commit 3f7cd2a6ff

View File

@ -276,6 +276,9 @@ namespace Elwig.Windows {
InitInputs();
ViewModel.MgNr = mgnr;
ViewModel.EnableSearchInputs = false;
MgNrInput.Focus();
MgNrInput.SelectAll();
}
protected override void ShortcutEdit() {