Avoiding unnecessary OSD draw operations caused by the audio track description display in the ST:TNG skin's channel display

This commit is contained in:
Klaus Schmidinger
2005-08-15 11:21:14 +02:00
parent 8680d92136
commit 69c17e7101
3 changed files with 13 additions and 3 deletions

View File

@@ -3672,7 +3672,7 @@ Video Disk Recorder Revision History
to Andreas B<>ttger).
- Fixed a memory leak in the SVDRP command LSTE (thanks to Stefan Huelswitt).
2005-08-14: Version 1.3.29
2005-08-15: Version 1.3.29
- Fixed a race condition in cTransfer (thanks to Klaus ??? for reporting this one).
In doing so, the 'active' variables used by the actual derived cThread classes
@@ -3694,3 +3694,6 @@ Video Disk Recorder Revision History
problem with this).
- Pressing Ok while entering a channel number now immediately switches to that
channel, without waiting for further input.
- Avoiding unnecessary OSD draw operations caused by the audio track description
display in the ST:TNG skin's channel display (thanks to Oliver Endriss for reporting
this).