mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
synedit: less hints
git-svn-id: trunk@49880 -
This commit is contained in:
parent
8d8207e367
commit
6875e2e79c
@ -408,7 +408,7 @@ begin
|
||||
sFontSize := Format(' size=%d', [1 + Ord(fFontSize)])
|
||||
else
|
||||
sFontSize := '';
|
||||
DocHeader := DocHeader + Format('<font %s face="%s">',[sFontSize, fFont.Name]);
|
||||
DocHeader := DocHeader + Format(FontStart,[sFontSize, fFont.Name]);
|
||||
|
||||
if (heoWinClipHeader in fOptions) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user