SynEdit: fix ppi sizing for overview gutter

git-svn-id: trunk@58504 -
This commit is contained in:
martin 2018-07-13 15:36:49 +00:00
parent 0e9f870052
commit 1cf8da5039

View File

@ -1541,7 +1541,6 @@ end;
procedure TSynGutterLineOverview.ScalePPI(const AScaleFactor: Double);
begin
AutoSize := False;
FLineMarks.ItemHeight := Round(FLineMarks.ItemHeight*AScaleFactor);
inherited ScalePPI(AScaleFactor);
end;