You've already forked lazarus-ccr
richmemo: fix typo in the function implementation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3762 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -201,7 +201,7 @@ begin
|
||||
Result.Style := styles;
|
||||
end;
|
||||
|
||||
procedure InitParaMatric(var m: TParaMetric);
|
||||
procedure InitParaMetric(var m: TParaMetric);
|
||||
begin
|
||||
FillChar(m, sizeof(m), 0);
|
||||
m.LineSpacing:=1.0;
|
||||
|
Reference in New Issue
Block a user