summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 334d4b1)
raw | patch | inline | side by side (parent: 334d4b1)
author | JazzyNico <nicoduf@yahoo.fr> | |
Thu, 25 Nov 2010 19:26:01 +0000 (20:26 +0100) | ||
committer | JazzyNico <nicoduf@yahoo.fr> | |
Thu, 25 Nov 2010 19:26:01 +0000 (20:26 +0100) |
src/eraser-context.cpp | patch | blob | history |
diff --git a/src/eraser-context.cpp b/src/eraser-context.cpp
index 021479843a1a4ff9de526345c2a139b5b6c80931..9b00dcd036eaa13ed3ba3b1a7d4b22bc3ad217f1 100644 (file)
--- a/src/eraser-context.cpp
+++ b/src/eraser-context.cpp
dc->repr = NULL;
}
- Inkscape::Rubberband::get(desktop)->stop();
dc->_message_context->clear();
ret = TRUE;
}
+ if (Inkscape::Rubberband::get(desktop)->is_started()) {
+ Inkscape::Rubberband::get(desktop)->stop();
+ }
+
break;
}