diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-14 17:33:16 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-03-14 17:33:16 +0000 |
| commit | c70b64753444a381768414462dfb078cb632814d (patch) | |
| tree | 8bd4323399a00493fe5a665c47e734d775bc34e8 /src/ui | |
| parent | update to trunk (diff) | |
| parent | Order LPE list (diff) | |
| download | inkscape-c70b64753444a381768414462dfb078cb632814d.tar.gz inkscape-c70b64753444a381768414462dfb078cb632814d.zip | |
update to trunk
(bzr r13682.1.33)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/tools/measure-tool.cpp | 3 |
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()) { |
