Fix incorrect form when saving on close without ever viewing multi-form pokemon (Closes #3386)

This commit is contained in:
Michael Scire 2022-02-04 21:07:03 -08:00
parent 3c42d04c70
commit cb92166aa2

View file

@ -411,7 +411,7 @@ namespace PKHeX.WinForms
private void B_Save_Click(object sender, EventArgs e)
{
SetEntry(lastIndex, LB_Forms.SelectedIndex);
SetEntry(lastIndex, lastForm);
Origin.CopyChangesFrom(SAV);
Close();
}