Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingUserControlDock.cs 2013/06/17 06:53:33 677 +++ trunk/RomCheater/Docking/FloatingUserControlDock.cs 2013/06/17 07:01:41 678 @@ -39,5 +39,13 @@ plugin.Show(this.dpanel); } } + + private void FloatingUserControlDock_Deactivate(object sender, EventArgs e) + { + foreach (var t in this.dpanel.Contents) + { + t.OnDeactivate(e); + } + } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |