cMenuText now uses the given font

This commit is contained in:
Klaus Schmidinger
2006-02-17 15:45:25 +01:00
parent be2dbbd938
commit 10d3ad00ae
4 changed files with 8 additions and 4 deletions

View File

@@ -4317,7 +4317,7 @@ Video Disk Recorder Revision History
- Added cSkin::GetTextAreaWidth() and cSkin::GetTextAreaFont(), so that a plugin
that wants to do special text formatting can do so (thanks to Alexander Rieger).
2006-02-12: Version 1.3.43
2006-02-17: Version 1.3.43
- Removed an unnecessary toFile->SetReadAhead() from cutter.c (thanks to Artur
Skawina).
@@ -4329,3 +4329,4 @@ Video Disk Recorder Revision History
- Improved OSD area handling in cDvbSpuDecoder (thanks to Marco Schl<68><6C>ler).
- Now logging the description (if present) in case a thread is canceled (suggested
by Marco Schl<68><6C>ler).
- cMenuText now uses the given font (thanks to Rolf Ahrenberg).