diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-05 17:56:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-05 17:56:24 +0300 |
commit | 83117a93393329cc61a76614e4ca5686efa56154 (patch) | |
tree | af491de891fcb35c93c83645a546b9481f7d3bf6 /src/gui/setup_other.cpp | |
parent | 70a2f900b22258278fde443ec2e3416c56d4f5b5 (diff) | |
download | plus-83117a93393329cc61a76614e4ca5686efa56154.tar.gz plus-83117a93393329cc61a76614e4ca5686efa56154.tar.bz2 plus-83117a93393329cc61a76614e4ca5686efa56154.tar.xz plus-83117a93393329cc61a76614e4ca5686efa56154.zip |
Add option to enable/disable lazy scrolling.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 1cad4c594..36c6f0436 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -84,6 +84,9 @@ Setup_Other::Setup_Other() new SetupItemCheckBox(_("Draw hotkeys on map"), "", "drawHotKeys", this, "drawHotKeysEvent"); + new SetupItemCheckBox(_("Enable lazy scrolling"), "", "enableLazyScrolling", + this, "enableLazyScrollingEvent"); + new SetupItemLabel(_("Moving"), "", this); |