diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-19 10:50:29 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-19 10:50:29 +0000 |
| commit | f2d2c7740567dcf2452c41d8332380708f557157 (patch) | |
| tree | 8ed1302a7cd2dc82f2621a5707ed0f19f4c83a20 /src/ui/tools/tool-base.cpp | |
| parent | Reposition widget and add degree symbol (diff) | |
| download | inkscape-f2d2c7740567dcf2452c41d8332380708f557157.tar.gz inkscape-f2d2c7740567dcf2452c41d8332380708f557157.zip | |
Working with rotate preview
(bzr r15142.1.15)
Diffstat (limited to 'src/ui/tools/tool-base.cpp')
| -rw-r--r-- | src/ui/tools/tool-base.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/tools/tool-base.cpp b/src/ui/tools/tool-base.cpp index 8a35882b9..128a09878 100644 --- a/src/ui/tools/tool-base.cpp +++ b/src/ui/tools/tool-base.cpp @@ -345,7 +345,6 @@ bool ToolBase::root_handler(GdkEvent* event) { /* sp_desktop_dialog(); */ } break; - case GDK_BUTTON_PRESS: // save drag origin xp = (gint) event->button.x; @@ -446,7 +445,6 @@ bool ToolBase::root_handler(GdkEvent* event) { // do not drag if we're within tolerance from origin break; } - // Once the user has moved farther than tolerance from // the original location (indicating they intend to move // the object, not click), then always process the motion |
