mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +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;
|
||||
Site.DockManager.ResetBounds(True);
|
||||
end;
|
||||
if fVisible then;
|
||||
if fVisible then
|
||||
Site.Visible := True;
|
||||
except
|
||||
DebugLn('error WrapDockable: ' + Client.Name);
|
||||
|
Loading…
Reference in New Issue
Block a user