From 1cf8da50392ea1a16df35fcfcbd5e60495de9474 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 13 Jul 2018 15:36:49 +0000 Subject: [PATCH] SynEdit: fix ppi sizing for overview gutter git-svn-id: trunk@58504 - --- components/synedit/syngutterlineoverview.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/synedit/syngutterlineoverview.pp b/components/synedit/syngutterlineoverview.pp index ef7f182f12..2bf6a173f3 100644 --- a/components/synedit/syngutterlineoverview.pp +++ b/components/synedit/syngutterlineoverview.pp @@ -1541,7 +1541,6 @@ end; procedure TSynGutterLineOverview.ScalePPI(const AScaleFactor: Double); begin - AutoSize := False; FLineMarks.ItemHeight := Round(FLineMarks.ItemHeight*AScaleFactor); inherited ScalePPI(AScaleFactor); end;