You've already forked lazarus-ccr
fpspreadsheet: Clarify Rich-text output in TsSpreadsheetInspector.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8564 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3797,7 +3797,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
s := '';
|
s := '';
|
||||||
for rtp in ACell^.RichTextParams do
|
for rtp in ACell^.RichTextParams do
|
||||||
s := Format('%s; Font #%d after pos %d', [s, rtp.FontIndex, rtp.FirstIndex]);
|
s := Format('%s; Font #%d at pos %d', [s, rtp.FontIndex, rtp.FirstIndex]);
|
||||||
Delete(s, 1, 2);
|
Delete(s, 1, 2);
|
||||||
if s = '' then s := '(none)';
|
if s = '' then s := '(none)';
|
||||||
AStrings.Add('Rich-text parameters='+s);
|
AStrings.Add('Rich-text parameters='+s);
|
||||||
|
Reference in New Issue
Block a user