mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 22:07:25 +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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user