Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.ScratchPad/ScratchPadPlugin.cs 2014/04/15 14:52:10 812 +++ trunk/RomCheater.ScratchPad/ScratchPadPlugin.cs 2014/09/17 05:56:41 892 @@ -68,7 +68,7 @@ t.Show(); } else - { + { t.Show(dockPanel, dockState); } #else @@ -95,6 +95,7 @@ if (t == null || t.DockHandler == null) return null; return t.DockHandler; } + set { t.DockHandler = value; } } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |