summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33d3c64)
raw | patch | inline | side by side (parent: 33d3c64)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 25 Apr 2007 06:17:17 +0000 (06:17 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 25 Apr 2007 06:17:17 +0000 (06:17 +0000) |
src/select-context.cpp | patch | blob | history |
diff --git a/src/select-context.cpp b/src/select-context.cpp
index 983ba2184322a21d4147f89a83c1030fbb526bde..089da65b840ea94824cc0d678a2829972c5469c1 100644 (file)
--- a/src/select-context.cpp
+++ b/src/select-context.cpp
desktop->updateNow();
}
- Inkscape::Rubberband::get()->stop(); // might have been started in another tool!
+ if (event->button.button == 1) {
+ Inkscape::Rubberband::get()->stop(); // might have been started in another tool!
+ }
sc->button_press_shift = false;
sc->button_press_ctrl = false;
sc->button_press_alt = false;