diff options
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/path-manipulator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index f39afb8c4..e7c595893 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -1668,6 +1668,7 @@ Geom::Coord PathManipulator::_updateDragPoint(Geom::Point const &evp) double stroke_tolerance = _getStrokeTolerance(); if (first && first.next() && fracpart != 0.0 && + fracpart != 1.0 && dist < stroke_tolerance) { _dragpoint->setVisible(true); |
