mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 21:58:32 +01:00
lcl: fix compilation
git-svn-id: trunk@19884 -
This commit is contained in:
parent
bbdbc69852
commit
39a2abadeb
@ -3615,7 +3615,7 @@ begin
|
||||
if FloatHost <> nil then
|
||||
begin
|
||||
// => dock this control into it.
|
||||
FloatHost.Caption := GetDockCaption;
|
||||
FloatHost.Caption := FloatHost.GetDockCaption(Self);
|
||||
FloatHost.Visible := True;
|
||||
Dock(FloatHost,Rect(0, 0, FloatHost.ClientWidth, FloatHost.ClientHeight))
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user