diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-02-17 03:49:52 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-02-17 03:49:52 +0000 |
| commit | e2003b86ea9f01a3b75a8e3aa687ba8945fe3c85 (patch) | |
| tree | 34ed6102671617f2b2bf71d8e829bcdd7b814a5f /src/ui/widget/rotateable.cpp | |
| parent | fix sticking in rotation mode after click (diff) | |
| download | inkscape-e2003b86ea9f01a3b75a8e3aa687ba8945fe3c85.tar.gz inkscape-e2003b86ea9f01a3b75a8e3aa687ba8945fe3c85.zip | |
fix sticking in rotation mode after click (correct fix this time, sorry)
(bzr r4748)
Diffstat (limited to 'src/ui/widget/rotateable.cpp')
| -rw-r--r-- | src/ui/widget/rotateable.cpp | 2 |
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; |
