cBitmap::DrawBitmap() now also resets the palette if the entire bitmap area is covered

This commit is contained in:
Klaus Schmidinger
2004-05-28 15:33:22 +02:00
parent 3c0dbfe19e
commit 887194ccc1
4 changed files with 24 additions and 8 deletions

View File

@@ -2846,3 +2846,5 @@ Video Disk Recorder Revision History
in order to prevent a "hangup" in case, e.g., the LIRC driver is not loaded (thanks
to Helmut Auer).
- Updated 'channels.conf.terr' for Hannover (thanks to Peter Waechtler).
- cBitmap::DrawBitmap() now also resets the palette if the entire bitmap area is
covered (suggested by Sascha Volkenandt).