diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-17 14:29:24 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-17 14:29:24 +0100 |
commit | 31a0318de43966ec3d06139492e8b39dcafc7eac (patch) | |
tree | 0d709ca79c16387aab4409d2f436d5b801e4ff6d /HISTORY | |
parent | 484821fa0a86091cc7cc08f629a8ac98629b072f (diff) | |
download | vdr-31a0318de43966ec3d06139492e8b39dcafc7eac.tar.gz vdr-31a0318de43966ec3d06139492e8b39dcafc7eac.tar.bz2 |
Implemented cSkinCursesDisplayMenu::SetScrollbar(); fixed calculating the scrollbar sizes in the skins1.5.15
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5639,6 +5639,7 @@ Video Disk Recorder Revision History - Added missing #include <limits.h> to epg.c and menuitems.h (thanks to Ville Skyttä). - The new function cSkin::SetScrollbar() can be implemented by skins to display a scrollbar in every list menu. The 'classic' and 'sttng' skins have been - changed accordingly. + changed accordingly, as well as the 'skincurses' plugin. - Introduced 'operator const void * ()' in cString to catch cases where operator*() should be used. +- Fixed calculating the scrollbar sizes in the skins. |