From 78624e2fca1b1bfde81489aa8486ad4cc8b27fdd Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Tue, 27 Mar 2018 20:44:50 +0200 Subject: Fix bug: 1738504 Title:Measurement tool measures mirrored text in wrong position --- src/ui/tools/measure-tool.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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()) { -- cgit v1.2.3