summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-10-04 01:34:52 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-10-04 01:34:52 +0000
commit1fba0bf7ecf17c3f0de33c9569104c10897a8dc1 (patch)
tree887637050f23333bd4c98c09cc2be7466d4e7592 /src/ui/tools/tool-base.cpp
parentAdd improvements to measure tool: (diff)
parentFix for r14372 bug (diff)
downloadinkscape-1fba0bf7ecf17c3f0de33c9569104c10897a8dc1.tar.gz
inkscape-1fba0bf7ecf17c3f0de33c9569104c10897a8dc1.zip
update to trunk
(bzr r14393.1.2)
Diffstat (limited to 'src/ui/tools/tool-base.cpp')
-rw-r--r--src/ui/tools/tool-base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/tool-base.cpp b/src/ui/tools/tool-base.cpp
index b5ffb9e7a..bf7b61b61 100644
--- a/src/ui/tools/tool-base.cpp
+++ b/src/ui/tools/tool-base.cpp
@@ -741,7 +741,7 @@ bool ToolBase::root_handler(GdkEvent* event) {
switch (get_group0_keyval(&event->key)) {
case GDK_KEY_space:
- if (within_tolerance || !allow_panning) {
+ if (within_tolerance) {
// Space was pressed, but not panned
sp_toggle_selector(desktop);