diff options
| author | 2010-05-31 16:36:08 +0000 | |
|---|---|---|
| committer | 2010-05-31 16:36:08 +0000 | |
| commit | eea83b31b85cc1cd0ca35c8b55c1b346f7e227f3 (patch) | |
| tree | fd930fa62ee481a39db35a672ab49c22df6ddbfb /src/modules | |
| parent | fixed compilation without KDE (diff) | |
| download | KVIrc-eea83b31b85cc1cd0ca35c8b55c1b346f7e227f3.tar.gz KVIrc-eea83b31b85cc1cd0ca35c8b55c1b346f7e227f3.tar.bz2 KVIrc-eea83b31b85cc1cd0ca35c8b55c1b346f7e227f3.zip | |
fixed windowlist scrolling using the mouse wheel;
Added an option to discriminate between the old kvirc3 behaviour (scroll the scrollbar) and the pre-kvirc4 behaviour (scroll next/previous channel).
The options defaults to the old kvirc3 behaviour.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4406 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/options/optw_windowlist.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/options/optw_windowlist.cpp b/src/modules/options/optw_windowlist.cpp index 5b75a5ff6..7ae03205b 100644 --- a/src/modules/options/optw_windowlist.cpp +++ b/src/modules/options/optw_windowlist.cpp @@ -222,8 +222,9 @@ KviTreeWindowListFeaturesOptionsWidget::KviTreeWindowListFeaturesOptionsWidget(Q addUIntSelector(0,1,0,1,__tr2qs_ctx("Minimum width:","options"),KviOption_uintTreeWindowListMinimumWidth,24,1024,125); addUIntSelector(0,2,0,2,__tr2qs_ctx("Maximum width:","options"),KviOption_uintTreeWindowListMaximumWidth,24,9999,125); + addBoolSelector(0,3,0,3,__tr2qs_ctx("Mouse wheel changes the active window instead of scrolling the scrollbar","options"),KviOption_boolWheelScrollsWindowsList); - addRowSpacer(0,3,0,3); + addRowSpacer(0,4,0,4); } |
