mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
Remove fieldsloaded bypass
We're really just manually changing fields; let the GUI logic update stuff. Closes #2251 , also fills in Nickname now.
This commit is contained in:
parent
147b676d8c
commit
552ec48c55
1 changed files with 0 additions and 2 deletions
|
@ -1774,7 +1774,6 @@ namespace PKHeX.WinForms.Controls
|
|||
// Loading Setup
|
||||
public void TemplateFields(ITrainerInfo info)
|
||||
{
|
||||
FieldsLoaded = false;
|
||||
if (CB_GameOrigin.Items.Count > 0)
|
||||
CB_GameOrigin.SelectedIndex = 0;
|
||||
CB_Move1.SelectedValue = 1;
|
||||
|
@ -1785,7 +1784,6 @@ namespace PKHeX.WinForms.Controls
|
|||
CB_Species.SelectedValue = RequestSaveFile?.MaxSpeciesID ?? pkm.MaxSpeciesID;
|
||||
CHK_Nicknamed.Checked = false;
|
||||
LastData = null;
|
||||
FieldsLoaded = true;
|
||||
UpdateSprite();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue