diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-27 18:44:50 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-28 10:51:58 +0000 |
| commit | 78624e2fca1b1bfde81489aa8486ad4cc8b27fdd (patch) | |
| tree | 61f1211bd01d623a0729015b2676744775da6567 /src/ui/tools/measure-tool.cpp | |
| parent | Fix LPE updating problems (diff) | |
| download | inkscape-78624e2fca1b1bfde81489aa8486ad4cc8b27fdd.tar.gz inkscape-78624e2fca1b1bfde81489aa8486ad4cc8b27fdd.zip | |
Fix bug: 1738504
Title:Measurement tool measures mirrored text in wrong position
Diffstat (limited to 'src/ui/tools/measure-tool.cpp')
| -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()) { |
