diff --git a/components/synedit/synedit.pp b/components/synedit/synedit.pp index 7347bd6994..9b41720dce 100644 --- a/components/synedit/synedit.pp +++ b/components/synedit/synedit.pp @@ -3451,7 +3451,7 @@ begin inherited Font := fFontDummy; end; end; - writeln(' TCustomSynEdit.SetFont E "',Font.Name,'" Height=',Font.Height,' AveCW=',AveCW,' MaxCW=',MaxCW); + writeln(' TCustomSynEdit.SetFont E "',Font.Name,'" Height=',Font.Height,' AveCW=',AveCW,' MaxCW=',MaxCW,' CharWidth=',CharWidth); if fGutter.ShowLineNumbers then GutterChanged(Self); end;