DeliveryAncmtAdminWindow: Fix bug when pressing Enter in weight input
All checks were successful
Test / Run tests (push) Successful in 2m55s
All checks were successful
Test / Run tests (push) Successful in 2m55s
This commit is contained in:
@ -53,7 +53,7 @@ namespace Elwig.Windows {
|
||||
WeightInput.Focus();
|
||||
WeightInput.SelectAll();
|
||||
} else if (ctrl == WeightInput) {
|
||||
SaveButton_Click(null, null);
|
||||
ShortcutSave();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user