Now Ram Search and Ram Watch remember the window position correctly

This commit is contained in:
taotao54321 2012-03-09 19:32:43 +00:00
parent c5c1457f32
commit 7779326535
1 changed files with 2 additions and 2 deletions

View File

@ -2243,9 +2243,9 @@ namespace BizHawk.MultiClient
Global.Config.MainWndx = -1;
Global.Config.MainWndy = -1;
}
if (!RamWatch1.IsDisposed)
if (RamWatch1.IsHandleCreated)
RamWatch1.SaveConfigSettings();
if (!RamSearch1.IsDisposed)
if (RamSearch1.IsHandleCreated)
RamSearch1.SaveConfigSettings();
if (!HexEditor1.IsDisposed)
HexEditor1.SaveConfigSettings();