mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 06:59:21 +02:00
improved ExtTxtOut: support for char dist array
git-svn-id: trunk@2365 -
This commit is contained in:
parent
6ee16ccdf5
commit
12180be05d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user