lcl: fix compilation

git-svn-id: trunk@19884 -
This commit is contained in:
paul 2009-05-09 14:19:39 +00:00
parent bbdbc69852
commit 39a2abadeb

View File

@ -3615,7 +3615,7 @@ begin
if FloatHost <> nil then if FloatHost <> nil then
begin begin
// => dock this control into it. // => dock this control into it.
FloatHost.Caption := GetDockCaption; FloatHost.Caption := FloatHost.GetDockCaption(Self);
FloatHost.Visible := True; FloatHost.Visible := True;
Dock(FloatHost,Rect(0, 0, FloatHost.ClientWidth, FloatHost.ClientHeight)) Dock(FloatHost,Rect(0, 0, FloatHost.ClientWidth, FloatHost.ClientHeight))
end end