mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
Set editing mode when loading data to form
Prevents wiping of Multiplayer sprite assignment
This commit is contained in:
parent
1fe77c004c
commit
d21c1fb135
|
|
@ -55,6 +55,7 @@ public SAV_Trainer(SaveFile sav)
|
|||
TC_Editor.TabPages.Remove(Tab_Maison);
|
||||
}
|
||||
|
||||
editing = true;
|
||||
GetComboBoxes();
|
||||
GetTextBoxes();
|
||||
editing = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user