mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 16:06:48 -05:00
Fix met location highlight on startup
Finally found the right place to put this
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user