DeliveryAncmtAdminWindow: Focus MgNrInput when creating new ancmt
All checks were successful
Test / Run tests (push) Successful in 2m8s
All checks were successful
Test / Run tests (push) Successful in 2m8s
This commit is contained in:
@ -276,6 +276,9 @@ namespace Elwig.Windows {
|
||||
InitInputs();
|
||||
ViewModel.MgNr = mgnr;
|
||||
ViewModel.EnableSearchInputs = false;
|
||||
|
||||
MgNrInput.Focus();
|
||||
MgNrInput.SelectAll();
|
||||
}
|
||||
|
||||
protected override void ShortcutEdit() {
|
||||
|
Reference in New Issue
Block a user