summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/tools/measure-tool.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tools/measure-tool.cpp b/src/ui/tools/measure-tool.cpp
index bf82fb745..1bdccf13b 100644
--- a/src/ui/tools/measure-tool.cpp
+++ b/src/ui/tools/measure-tool.cpp
@@ -344,6 +344,8 @@ void MeasureTool::reverseKnots()
this->knot_start->show();
this->knot_end->moveto(start);
this->knot_end->show();
+ start_p = end;
+ end_p = start;
this->showCanvasItems();
}