RxFPC:fix compile rxdbgridexportpdf.pas after fpc rev. 35083

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5466 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-12-13 06:02:55 +00:00
parent b1e17ff8fd
commit 060a6d39bd
7 changed files with 77 additions and 9 deletions

View File

@ -1017,7 +1017,7 @@ begin
CreateFontDirList;
if gTTFontCache.Count = 0 then
begin
gTTFontCache.BuildFontFacheIgnoresErrors:=true;
gTTFontCache.BuildFontCacheIgnoresErrors:=true;
CreateFontDirList;
gTTFontCache.SearchPath.Assign(FontDirList);
FreeAndNil(FontDirList);