Fixed wrong title in vtooloptionspropertybrowser for curve intersect axis tool.
--HG-- branch : develop
This commit is contained in:
parent
e1283c410e
commit
278c4e7ee8
|
@ -1165,7 +1165,7 @@ void VToolOptionsPropertyBrowser::ShowOptionsToolCurveIntersectAxis(QGraphicsIte
|
|||
{
|
||||
VToolCurveIntersectAxis *i = qgraphicsitem_cast<VToolCurveIntersectAxis *>(item);
|
||||
i->ShowVisualization(true);
|
||||
formView->setTitle(tr("Point intersection line and axis"));
|
||||
formView->setTitle(tr("Point intersection curve and axis"));
|
||||
|
||||
AddPropertyPointName(i, tr("Point label"));
|
||||
AddPropertyLineType(i, tr("Line type"), VAbstractTool::LineStylesPics());
|
||||
|
|
Loading…
Reference in New Issue
Block a user