Issue #35: fixed again after merge.

This commit is contained in:
Lorenz Cuno Klopfenstein 2013-10-24 10:00:11 +02:00
parent 5dcc8c512b
commit 62d8b818c1

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);