summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-03-14 17:28:16 +0000
committerJabiertxof <jtx@jtx.marker.es>2016-03-14 17:28:16 +0000
commit2fcaf0cdce3c350511710952060235e493488d2c (patch)
treef83243f0f57d0aad37bbc2e41918c558b3a3e1fd /src/ui/tools/measure-tool.cpp
parentupdate to trunk (diff)
parentOrder LPE list (diff)
downloadinkscape-2fcaf0cdce3c350511710952060235e493488d2c.tar.gz
inkscape-2fcaf0cdce3c350511710952060235e493488d2c.zip
update to trunk
(bzr r13708.1.40)
Diffstat (limited to 'src/ui/tools/measure-tool.cpp')
-rw-r--r--src/ui/tools/measure-tool.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/tools/measure-tool.cpp b/src/ui/tools/measure-tool.cpp
index a2a440ef4..07edf6039 100644
--- a/src/ui/tools/measure-tool.cpp
+++ b/src/ui/tools/measure-tool.cpp
@@ -1198,8 +1198,7 @@ void MeasureTool::showCanvasItems(bool to_guides, bool to_item, bool to_phantom,
curve->unref();
continue;
}
-
- curve->transform(item->i2doc_affine());
+ curve->transform(item->transform);
calculate_intersections(desktop, item, lineseg, curve, intersection_times);
if (iter == te_get_layout(item)->end()) {