mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 01:14:11 -05:00
Fix incorrect form when saving on close without ever viewing multi-form pokemon (Closes #3386)
This commit is contained in:
@@ -411,7 +411,7 @@ private void B_Cancel_Click(object sender, EventArgs e)
|
||||
|
||||
private void B_Save_Click(object sender, EventArgs e)
|
||||
{
|
||||
SetEntry(lastIndex, LB_Forms.SelectedIndex);
|
||||
SetEntry(lastIndex, lastForm);
|
||||
Origin.CopyChangesFrom(SAV);
|
||||
Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user