diff --git a/Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs b/Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs index d8882ac..46ad41c 100644 --- a/Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs +++ b/Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs @@ -53,7 +53,7 @@ namespace Elwig.Windows { WeightInput.Focus(); WeightInput.SelectAll(); } else if (ctrl == WeightInput) { - SaveButton_Click(null, null); + ShortcutSave(); } }