mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 12:19:16 +02:00
LCL: comments
git-svn-id: trunk@25800 -
This commit is contained in:
parent
1d35c4b3b3
commit
40c5e2cd18
@ -3883,7 +3883,8 @@ begin
|
|||||||
// undock from old HostSite
|
// undock from old HostSite
|
||||||
// - this only undocks from the DockManager
|
// - this only undocks from the DockManager
|
||||||
// - this control still uses the DockSite as parent control
|
// - 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);
|
DebugLn('TControl.ManualDock UNDOCKING ',Name);
|
||||||
Result:=HostDockSite.DoUndock(NewDockSite,Self);
|
Result:=HostDockSite.DoUndock(NewDockSite,Self);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user