Changed cBitmap::DrawText() to always draw the background unless ColorBg is clrTransparent

This commit is contained in:
Klaus Schmidinger
2007-08-17 15:31:18 +02:00
parent 4d0297b804
commit 48da9ba9c8
3 changed files with 11 additions and 9 deletions

View File

@@ -5370,3 +5370,5 @@ Video Disk Recorder Revision History
- Optimized cNitFilter::Process() (thanks to Tobias Bratfisch).
- Reduced the number of time(NULL) calls in vdr.c's main loop to a single call
(thanks to Tobias Bratfisch).
- Changed cBitmap::DrawText() to always draw the background unless ColorBg
is clrTransparent (thanks to Christoph Haubrich).