History record.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2015-05-27 13:48:50 +03:00
parent 71302fddf0
commit 2beac39ce1

View File

@ -384,6 +384,10 @@ QString DialogHistory::Record(const VToolRecord &tool)
.arg(PointName(tool.getId())) .arg(PointName(tool.getId()))
.arg(PointName(AttrUInt(domElem, VAbstractTool::AttrBasePoint))); .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 //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. //piece, we need add record about details and nodes, but don't show them.
case Tool::Detail: case Tool::Detail: