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;