summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/rotateable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/rotateable.cpp')
-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;