diff --git a/tools/GSDumpGUI/Core/Program.cs b/tools/GSDumpGUI/Core/Program.cs index 9d2063b36..7f15808c2 100644 --- a/tools/GSDumpGUI/Core/Program.cs +++ b/tools/GSDumpGUI/Core/Program.cs @@ -148,6 +148,7 @@ namespace GSDumpGUI frmMain.Invoke(new Action(delegate(object e) { MessageBox.Show("Savestate too old to be read. :(", "Warning"); + frmMain.Focus(); }), new object[] { null }); break; default: