From 40c5e2cd18c19b154cc2b48eda8fd3bb15de85bf Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 31 May 2010 09:44:16 +0000 Subject: [PATCH] LCL: comments git-svn-id: trunk@25800 - --- lcl/include/control.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lcl/include/control.inc b/lcl/include/control.inc index 1d2bef4fc6..f695bc9e3a 100644 --- a/lcl/include/control.inc +++ b/lcl/include/control.inc @@ -3883,7 +3883,8 @@ begin // undock from old HostSite // - this only undocks from the DockManager // - this control still uses the DockSite as parent control - { TODO -cdocking : Combine with ManualFloat, for consistent handling } + // Note: This can *not* be combined with ManualFloat, because that would + // create a new HostDockSite DebugLn('TControl.ManualDock UNDOCKING ',Name); Result:=HostDockSite.DoUndock(NewDockSite,Self); end;