mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
parent
787bf1a49b
commit
d8923fe3fb
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ public partial class SAVEditor : UserControl, ISlotViewer<PictureBox>, 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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue