Set editing mode when loading data to form

Prevents wiping of Multiplayer sprite assignment
This commit is contained in:
Kurt 2021-05-12 15:44:28 -07:00
parent 1fe77c004c
commit d21c1fb135

View File

@ -55,6 +55,7 @@ public SAV_Trainer(SaveFile sav)
TC_Editor.TabPages.Remove(Tab_Maison);
}
editing = true;
GetComboBoxes();
GetTextBoxes();
editing = false;