summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-02-17 03:49:52 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-02-17 03:49:52 +0000
commite2003b86ea9f01a3b75a8e3aa687ba8945fe3c85 (patch)
tree34ed6102671617f2b2bf71d8e829bcdd7b814a5f /src
parentfix sticking in rotation mode after click (diff)
downloadinkscape-e2003b86ea9f01a3b75a8e3aa687ba8945fe3c85.tar.gz
inkscape-e2003b86ea9f01a3b75a8e3aa687ba8945fe3c85.zip
fix sticking in rotation mode after click (correct fix this time, sorry)
(bzr r4748)
Diffstat (limited to 'src')
-rw-r--r--src/ui/widget/rotateable.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/rotateable.cpp b/src/ui/widget/rotateable.cpp
index 89ffa06d6..8615df7a9 100644
--- a/src/ui/widget/rotateable.cpp
+++ b/src/ui/widget/rotateable.cpp
@@ -118,6 +118,8 @@ bool Rotateable::on_release(GdkEventButton *event) {
force = 0; // snap to zero
do_release(force, modifier);
current_axis = axis;
+ dragging = false;
+ working = false;
return true;
}
dragging = false;