diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-04 01:34:52 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-10-04 01:34:52 +0000 |
| commit | 1fba0bf7ecf17c3f0de33c9569104c10897a8dc1 (patch) | |
| tree | 887637050f23333bd4c98c09cc2be7466d4e7592 /src/ui/tools/tool-base.cpp | |
| parent | Add improvements to measure tool: (diff) | |
| parent | Fix for r14372 bug (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
