mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Fix incorrect form when saving on close without ever viewing multi-form pokemon (Closes #3386)
This commit is contained in:
parent
3c42d04c70
commit
cb92166aa2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue