Fixed scaling bitmaps with very small factors

This commit is contained in:
Klaus Schmidinger
2018-04-06 08:51:16 +02:00
parent 5b9b09a90e
commit bac9c65515
3 changed files with 7 additions and 3 deletions

View File

@@ -9317,7 +9317,7 @@ Video Disk Recorder Revision History
- Modified cMenuTimers::Delete() to avoid a lengthy lock on the Timers list while prompting
the user.
2018-04-05: Version 2.4.0
2018-04-06: Version 2.4.0
- Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk).
- Fixed processing SVDRP client responses in case the caller doesn't want the actual
@@ -9338,3 +9338,4 @@ Video Disk Recorder Revision History
- Fixed sluggish setting of editing marks and a jumping progress display with very
short recordings (reported by Oliver Endriss).
- Fixed updating the Schedule menu after editing a timer.
- Fixed scaling bitmaps with very small factors (reported by Rolf Ahrenberg).