diff options
author | Max Horn | 2002-07-12 23:04:54 +0000 |
---|---|---|
committer | Max Horn | 2002-07-12 23:04:54 +0000 |
commit | 8e7686e19f2a00d6d832ebc31defcd69ca564aa7 (patch) | |
tree | d4d0cbafd1f9c9f4bed49b1815deccb7b6d30968 | |
parent | eeb23d5a924a8487b57ab5cbd6e325c03074ce4d (diff) | |
download | scummvm-rg350-8e7686e19f2a00d6d832ebc31defcd69ca564aa7.tar.gz scummvm-rg350-8e7686e19f2a00d6d832ebc31defcd69ca564aa7.tar.bz2 scummvm-rg350-8e7686e19f2a00d6d832ebc31defcd69ca564aa7.zip |
updated TODO list
svn-id: r4528
-rw-r--r-- | gui/ScrollBarWidget.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/ScrollBarWidget.cpp b/gui/ScrollBarWidget.cpp index 028e831cad..d5a9607f4c 100644 --- a/gui/ScrollBarWidget.cpp +++ b/gui/ScrollBarWidget.cpp @@ -26,8 +26,7 @@ /* * TODO: - * - Dragging the slider with the mouse - * - Auto-repeast: if one clicks & holds on one of the arrows, then after a + * - Auto-repeat: if one clicks & holds on one of the arrows, then after a * brief delay, it should start to contiously scroll * - Allow for a horizontal scrollbar, too? */ |