diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-02-17 03:48:38 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-02-17 03:48:38 +0000 |
| commit | 28954cf4d93becebf2afd35c16eaea7b4291911b (patch) | |
| tree | e2dd4fc4e145a6739af871ba632dc9e0bf8fcb7f /src | |
| parent | fixups for previous OCAL tempfile wranglings (diff) | |
| download | inkscape-28954cf4d93becebf2afd35c16eaea7b4291911b.tar.gz inkscape-28954cf4d93becebf2afd35c16eaea7b4291911b.zip | |
fix sticking in rotation mode after click
(bzr r4747)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/widget/rotateable.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/rotateable.cpp b/src/ui/widget/rotateable.cpp index 8cc3c88e9..89ffa06d6 100644 --- a/src/ui/widget/rotateable.cpp +++ b/src/ui/widget/rotateable.cpp @@ -117,11 +117,11 @@ bool Rotateable::on_release(GdkEventButton *event) { if (fabs(force) < 0.002) force = 0; // snap to zero do_release(force, modifier); - dragging = false; - working = false; current_axis = axis; return true; } + dragging = false; + working = false; return false; } |
