mirror of https://github.com/PCSX2/pcsx2.git
Little fix to focus. Forgot to commit this one.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4117 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
0c32038480
commit
c1811e6903
|
@ -148,6 +148,7 @@ namespace GSDumpGUI
|
||||||
frmMain.Invoke(new Action<object>(delegate(object e)
|
frmMain.Invoke(new Action<object>(delegate(object e)
|
||||||
{
|
{
|
||||||
MessageBox.Show("Savestate too old to be read. :(", "Warning");
|
MessageBox.Show("Savestate too old to be read. :(", "Warning");
|
||||||
|
frmMain.Focus();
|
||||||
}), new object[] { null });
|
}), new object[] { null });
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue