Code

Fix paraxial pen tool: apply constraint even if we didn't snap
[inkscape.git] / src / snapped-point.cpp
index 48efa10e6fd3dacb1c51ee0ac7b6f311c0cf751a..22daf9103f7626d12a2e7889ca2032daeceeaa8c 100644 (file)
@@ -100,7 +100,7 @@ Inkscape::SnappedPoint::~SnappedPoint()
 {
 }
 
-void Inkscape::SnappedPoint::getPoint(Geom::Point &p) const
+void Inkscape::SnappedPoint::getPointIfSnapped(Geom::Point &p) const
 {
     // When we have snapped
     if (getSnapped()) {