summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a37f063)
raw | patch | inline | side by side (parent: a37f063)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 22 Nov 2006 00:48:53 +0000 (00:48 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 22 Nov 2006 00:48:53 +0000 (00:48 +0000) |
src/select-context.cpp | patch | blob | history |
diff --git a/src/select-context.cpp b/src/select-context.cpp
index 96a9f741bd0d9a61d675703877780a6dd12b873b..d883483b379d096ba9e4603601d9bebb00729ff5 100644 (file)
--- a/src/select-context.cpp
+++ b/src/select-context.cpp
sp_canvas_end_forced_full_redraws(desktop->canvas);
}
} else {
- Inkscape::Rubberband::get()->move(p);
- gobble_motion_events(GDK_BUTTON1_MASK);
+ if (Inkscape::Rubberband::get()->is_started()) {
+ Inkscape::Rubberband::get()->move(p);
+ gobble_motion_events(GDK_BUTTON1_MASK);
+ }
}
}
break;