Issue #35: fixed again after merge.

This commit is contained in:
Lorenz Cuno Klopfenstein 2013-10-24 10:00:11 +02:00
parent 94696ab80b
commit 704456e2f6

View file

@ -89,6 +89,11 @@ namespace OnTopReplica {
Settings.Default.RestoreLastWindowHwnd = CurrentThumbnailWindowHandle.Handle.ToInt64();
Settings.Default.RestoreLastWindowClass = CurrentThumbnailWindowHandle.Class;
}
else {
Settings.Default.RestoreLastWindowTitle = string.Empty;
Settings.Default.RestoreLastWindowHwnd = 0;
Settings.Default.RestoreLastWindowClass = string.Empty;
}
_msgPumpManager.Dispose();
Program.Platform.CloseForm(this);