diff --git a/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs b/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs index f9f502f36..17f31717e 100644 --- a/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs +++ b/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.cs @@ -570,7 +570,7 @@ public partial class SAVEditor : UserControl, ISlotViewer, ISaveFile if (form != null) form.CenterToForm(ParentForm); else - form = new SAV_GroupViewer(sav, M.Env.PKMEditor, g); + form = new SAV_GroupViewer(sav, M.Env.PKMEditor, g) { TopMost = true }; form.BringToFront(); form.Show(); }