cFont::CreateFont() now returns a dummy font in case there are no fonts installed

This commit is contained in:
Klaus Schmidinger
2014-01-07 12:42:37 +01:00
parent 3cf87dfe8a
commit dbf342df3c
3 changed files with 16 additions and 13 deletions

View File

@@ -8135,3 +8135,5 @@ Video Disk Recorder Revision History
2014-01-07: Version 2.1.4
- Updated 'sources.conf' (thanks to Antti Hartikainen).
- cFont::CreateFont() now returns a dummy font in case there are no fonts installed.
This prevents a crash with the LCARS skin on a system that has no fonts.