LCL/Win32: Fixed Notebook.GetTabRect

git-svn-id: trunk@25336 -
This commit is contained in:
martin 2010-05-12 16:39:36 +00:00
parent dc88662419
commit b5059ab9c6

View File

@ -627,7 +627,7 @@ begin
Result.Top := Result.Top - Orect.Top;
Result.Bottom := Result.Bottom - Orect.Top;
Result.Left := Result.Left - Orect.Left;
Result.Right := Result.Right - Orect.Right;
Result.Right := Result.Right - Orect.Left;
end
else
Result := inherited GetTabRect(ANotebook, AIndex);