From b391faa49407b21d033f322cac3bea0693a402ae Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 19 May 2018 16:39:01 -0700 Subject: [PATCH] sync missing commit i swear --- PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs b/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs index 749fcfa38..db7080a67 100644 --- a/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs +++ b/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs @@ -489,7 +489,7 @@ private void UpdateSaveSlot(object sender, EventArgs e) return; ((SAV4BR)SAV).CurrentSlot = WinFormsUtil.GetIndex(CB_SaveSlot); SetPKMBoxes(); - UpdateBoxViewers(all); + UpdateBoxViewers(true); } private void UpdateStringSeed(object sender, EventArgs e) {