Fix met location highlight on startup

Finally found the right place to put this
This commit is contained in:
Kurt
2026-02-21 19:38:02 -06:00
parent ddba4dae44
commit 11c4fe446e

View File

@@ -1324,6 +1324,9 @@ static int GetWidth(IReadOnlyCollection<ComboItem> items, Font f)
{
ValidateChildren(); // hacky validation forcing
}
CB_MetLocation.SelectionLength = 0;
CB_EggLocation.SelectionLength = 0;
}
private void UpdateExtraByteValue(object sender, EventArgs e)