From: buliabyak Date: Sun, 17 Feb 2008 03:49:52 +0000 (+0000) Subject: fix sticking in rotation mode after click (correct fix this time, sorry) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7809c4a3a472d2fa46c3c8b16e44c1357bb23013;p=inkscape.git fix sticking in rotation mode after click (correct fix this time, sorry) --- 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;