diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-06-05 11:24:37 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-06-05 11:24:37 +0200 |
commit | 2a5a55cee77c35c437e9f92cbc012e4ffe223dd3 (patch) | |
tree | c209495dc0fa211ff56faf8a4afd8f3114d20065 /HISTORY | |
parent | 916b740d99b6caa5f1c4e2e404fdea350a7bd1c9 (diff) | |
download | vdr-2a5a55cee77c35c437e9f92cbc012e4ffe223dd3.tar.gz vdr-2a5a55cee77c35c437e9f92cbc012e4ffe223dd3.tar.bz2 |
Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case the pixel coordinates were outside this bitmap
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2870,6 +2870,9 @@ Video Disk Recorder Revision History available by compiling VDR with DEBUG_OSD. Some things may not yet work as they should, but it's a starting point. -2004-05-31: Version 1.3.10 +2004-06-05: Version 1.3.10 - Fixed some default parameters in 'skincurses'. +- Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case + the pixel coordinates were outside this bitmap (thanks to Sascha Volkenandt for + reporting this one). |