From 2beac39ce164b7f07cfd1470b54d070756bd668c Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 27 May 2015 13:48:50 +0300 Subject: [PATCH] History record. --HG-- branch : feature --- src/app/dialogs/app/dialoghistory.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/dialogs/app/dialoghistory.cpp b/src/app/dialogs/app/dialoghistory.cpp index 7e80e91b6..143dc33a3 100644 --- a/src/app/dialogs/app/dialoghistory.cpp +++ b/src/app/dialogs/app/dialoghistory.cpp @@ -384,6 +384,10 @@ QString DialogHistory::Record(const VToolRecord &tool) .arg(PointName(tool.getId())) .arg(PointName(AttrUInt(domElem, VAbstractTool::AttrBasePoint))); } + case Tool::PointOfIntersectionArcs: + { + return QString(tr("%1 - point of arcs intersection")).arg(PointName(tool.getId())); + } //Because "history" not only show history of pattern, but help restore current data for each pattern's //piece, we need add record about details and nodes, but don't show them. case Tool::Detail: