You've already forked lazarus-ccr
* Replace TList by TFpList
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1065 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -32667,7 +32667,7 @@ function TCustomVirtualStringTree.ContentToRTF(Source: TVSTTextSourceType): Ansi
|
||||
|
||||
var
|
||||
Fonts: TStringList;
|
||||
Colors: TList;
|
||||
Colors: TFpList;
|
||||
CurrentFontIndex,
|
||||
CurrentFontColor,
|
||||
CurrentFontSize: Integer;
|
||||
@ -32808,7 +32808,7 @@ begin
|
||||
RedirectFontChangeEvent(Canvas);
|
||||
|
||||
Fonts := TStringList.Create;
|
||||
Colors := TList.Create;
|
||||
Colors := TFpList.Create;
|
||||
CurrentFontIndex := -1;
|
||||
CurrentFontColor := -1;
|
||||
CurrentFontSize := -1;
|
||||
|
Reference in New Issue
Block a user