summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-snapper.cpp')
-rw-r--r--src/object-snapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object-snapper.cpp b/src/object-snapper.cpp
index a9f13c8ab..80319e38c 100644
--- a/src/object-snapper.cpp
+++ b/src/object-snapper.cpp
@@ -601,8 +601,8 @@ void Inkscape::ObjectSnapper::_snapPathsConstrained(SnappedConstraints &sc,
Geom::Path cl;
std::vector<Geom::Path> clv;
- cl.start(p_min_on_cl.to_2geom());
- cl.appendNew<Geom::LineSegment>(p_max_on_cl.to_2geom());
+ cl.start(p_min_on_cl);
+ cl.appendNew<Geom::LineSegment>(p_max_on_cl);
clv.push_back(cl);
for (std::vector<NArtBpath*>::const_iterator k = _bpaths_to_snap_to->begin(); k != _bpaths_to_snap_to->end(); k++) {