dockmanager: fixed typo

git-svn-id: trunk@25014 -
This commit is contained in:
mattias 2010-04-27 18:06:07 +00:00
parent 7b0e00da37
commit 17bb6076e5

View File

@ -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);