SynEdit: OverviewGutter, disable hint

git-svn-id: trunk@39803 -
This commit is contained in:
martin 2013-01-08 09:03:26 +00:00
parent 99d66ad98d
commit 4d33e87310

View File

@ -543,7 +543,7 @@ function TSynGutterLOvLineMarksList.TextLineToPixLine(ATxtLine: Integer): Intege
begin
if PixelHeight < 1 then exit(0);
Result := Int64(ATxtLine - 1) * Int64(PixelHeight) div TextLineCount;
Result := Int64({%H-}ATxtLine - 1) * Int64(PixelHeight) div TextLineCount;
If FPixelPerLine * 2 < ItemHeight then
dec(Result)