summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-23 10:50:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-23 10:50:28 +0100
commit1b1267674f2b1d632097e60f1284f6ba97b10e00 (patch)
treed9df8a751ede3fa32a57bbffbb22e9fbc535fe49 /HISTORY
parent3a704841210fa2b939e0158e29e79333da5817e7 (diff)
downloadvdr-1b1267674f2b1d632097e60f1284f6ba97b10e00.tar.gz
vdr-1b1267674f2b1d632097e60f1284f6ba97b10e00.tar.bz2
The scrollbar handle now always has a height that is at least the width of the scrollbar
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 3b6d78bc..7c980bd5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5644,7 +5644,7 @@ Video Disk Recorder Revision History
should be used.
- Fixed calculating the scrollbar sizes in the skins.
-2008-02-21: Version 1.5.16
+2008-02-23: Version 1.5.16
- Fixed setting the current subtitle track in Transfer-Mode (reported by Petri Helin,
thanks to Reinhard Nissl for pointing out that cDevice::Transferring() doesn't
@@ -5655,4 +5655,5 @@ Video Disk Recorder Revision History
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed the format in cRemote::Put() to use "%016llX" instead of "%016LX" (thanks
to Ludwig Nussel for pointing this out).
-- Revised the fix of calculating the scrollbar height in the skins.
+- Revised the fix of calculating the scrollbar height in the skins. The scrollbar
+ handle now always has a height that is at least the width of the scrollbar.