diff --git a/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.cs b/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.cs index 1f8e489f9..28bec31ab 100644 --- a/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.cs +++ b/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.cs @@ -1324,6 +1324,9 @@ static int GetWidth(IReadOnlyCollection items, Font f) { ValidateChildren(); // hacky validation forcing } + + CB_MetLocation.SelectionLength = 0; + CB_EggLocation.SelectionLength = 0; } private void UpdateExtraByteValue(object sender, EventArgs e)