summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-17 15:31:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-17 15:31:18 +0200
commit48da9ba9c8f0d592f821c9a4afaca6eec7956981 (patch)
tree4a8622ce1f6d9367e853d2c102f521f20bfe1fe5 /HISTORY
parent4d0297b804b47d1d14c1b97b146d6e071f41cd97 (diff)
downloadvdr-48da9ba9c8f0d592f821c9a4afaca6eec7956981.tar.gz
vdr-48da9ba9c8f0d592f821c9a4afaca6eec7956981.tar.bz2
Changed cBitmap::DrawText() to always draw the background unless ColorBg is clrTransparent
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5cc45fca..cea6591e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).