summaryrefslogtreecommitdiff
path: root/PLUGINS/src/skincurses/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 /PLUGINS/src/skincurses/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 'PLUGINS/src/skincurses/HISTORY')
-rw-r--r--PLUGINS/src/skincurses/HISTORY5
1 files changed, 3 insertions, 2 deletions
diff --git a/PLUGINS/src/skincurses/HISTORY b/PLUGINS/src/skincurses/HISTORY
index 117286b6..6088c8b6 100644
--- a/PLUGINS/src/skincurses/HISTORY
+++ b/PLUGINS/src/skincurses/HISTORY
@@ -71,6 +71,7 @@ VDR Plugin 'skincurses' Revision History
- Using cString::sprintf() instead of asprintf().
- Implemented cSkinCursesDisplayMenu::SetScrollbar().
-2008-02-22: Version 0.1.6
+2008-02-23: Version 0.1.6
-- 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.