Add optional focusing when loading to tabs

This commit is contained in:
Kurt 2015-10-11 23:36:20 -07:00
parent 480622388c
commit b352de254e

View file

@ -919,7 +919,7 @@ namespace PKHeX
}
}
}
public void populateFields(byte[] data)
public void populateFields(byte[] data, bool focus = true)
{
pk6 = new PK6(data);
if (init & !PKX.verifychk(pk6.Data))
@ -928,6 +928,7 @@ namespace PKHeX
// Reset a little.
init = false;
CAL_EggDate.Value = new DateTime(2000, 01, 01);
if (focus)
Tab_Main.Focus();
// Do first