mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:19:18 +02:00
dockmanager: fixed typo
git-svn-id: trunk@25014 -
This commit is contained in:
parent
7b0e00da37
commit
17bb6076e5
@ -748,7 +748,7 @@ begin
|
|||||||
//Client.Left := 0;
|
//Client.Left := 0;
|
||||||
Site.DockManager.ResetBounds(True);
|
Site.DockManager.ResetBounds(True);
|
||||||
end;
|
end;
|
||||||
if fVisible then;
|
if fVisible then
|
||||||
Site.Visible := True;
|
Site.Visible := True;
|
||||||
except
|
except
|
||||||
DebugLn('error WrapDockable: ' + Client.Name);
|
DebugLn('error WrapDockable: ' + Client.Name);
|
||||||
|
Loading…
Reference in New Issue
Block a user