diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-03-28 15:28:12 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-03-28 15:28:12 +0000 |
| commit | 453fa4505b7fc3bfb72bb7116fa563d47a8377ed (patch) | |
| tree | 537f57f7d62de8bd19e4dcf79c8db1c0e9951d28 /src/ui | |
| parent | Merge branch 'appstream-fixes' of gitlab.com:Pointedstick/inkscape (diff) | |
| parent | Fix bug: 1738504 (diff) | |
| download | inkscape-453fa4505b7fc3bfb72bb7116fa563d47a8377ed.tar.gz inkscape-453fa4505b7fc3bfb72bb7116fa563d47a8377ed.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/tools/measure-tool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/measure-tool.cpp b/src/ui/tools/measure-tool.cpp index 724e121d9..ba3e767b7 100644 --- a/src/ui/tools/measure-tool.cpp +++ b/src/ui/tools/measure-tool.cpp @@ -1321,7 +1321,6 @@ void MeasureTool::showCanvasItems(bool to_guides, bool to_item, bool to_phantom, curve->unref(); continue; } - curve->transform(item->transform); calculate_intersections(desktop, item, lineseg, curve, intersection_times); if (iter == te_get_layout(item)->end()) { |
