mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
sync missing commit
i swear
This commit is contained in:
parent
9fd5df6e99
commit
b391faa494
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ namespace PKHeX.WinForms.Controls
|
||||||
return;
|
return;
|
||||||
((SAV4BR)SAV).CurrentSlot = WinFormsUtil.GetIndex(CB_SaveSlot);
|
((SAV4BR)SAV).CurrentSlot = WinFormsUtil.GetIndex(CB_SaveSlot);
|
||||||
SetPKMBoxes();
|
SetPKMBoxes();
|
||||||
UpdateBoxViewers(all);
|
UpdateBoxViewers(true);
|
||||||
}
|
}
|
||||||
private void UpdateStringSeed(object sender, EventArgs e)
|
private void UpdateStringSeed(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue