diff options
author | Max Horn | 2005-04-17 11:26:13 +0000 |
---|---|---|
committer | Max Horn | 2005-04-17 11:26:13 +0000 |
commit | f4a5d245b58648e3d8fe163ea9ef46cd63407f85 (patch) | |
tree | 73f22a71d27860d830c9ed2dc2fca3cca354ff5a /gui | |
parent | e0adf9db1701a56d5854a340cd2fd0aa612854eb (diff) | |
download | scummvm-rg350-f4a5d245b58648e3d8fe163ea9ef46cd63407f85.tar.gz scummvm-rg350-f4a5d245b58648e3d8fe163ea9ef46cd63407f85.tar.bz2 scummvm-rg350-f4a5d245b58648e3d8fe163ea9ef46cd63407f85.zip |
Updated TODO list
svn-id: r17649
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ScrollBarWidget.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gui/ScrollBarWidget.cpp b/gui/ScrollBarWidget.cpp index 0ef34f8169..edcee76ff8 100644 --- a/gui/ScrollBarWidget.cpp +++ b/gui/ScrollBarWidget.cpp @@ -26,16 +26,6 @@ namespace GUI { -/* - * TODO: - * - Auto-repeat: if user clicks & holds on one of the arrows, then after a - * brief delay, it should start to contiously scroll - * - Allow for a horizontal scrollbar, too? - * - If there are less items than fit on one pages, no scrolling can be done - * and we thus should not highlight the arrows/slider. - * - Allow the mouse wheel to scroll more than one line at a time - */ - #define UP_DOWN_BOX_HEIGHT 10 // Up arrow |