Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Main.cs 2013/06/17 06:53:33 677 +++ trunk/RomCheater/Main.cs 2013/06/17 07:01:41 678 @@ -554,6 +554,14 @@ SearchResultWriter.CleanupTemporarySearchResultFiles(); + + // notify any docked windows of formclosing + + foreach (var t in this.dockPanel.Contents) + { + t.OnDeactivate<FormClosingEventArgs>(e); + } + } private void mnuTestExeParse_Click(object sender, EventArgs e)
ViewVC Help | |
Powered by ViewVC 1.1.22 |