summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-05 17:56:24 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-05 17:56:24 +0300
commit83117a93393329cc61a76614e4ca5686efa56154 (patch)
treeaf491de891fcb35c93c83645a546b9481f7d3bf6 /src/gui/setup_other.cpp
parent70a2f900b22258278fde443ec2e3416c56d4f5b5 (diff)
downloadplus-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.cpp3
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);