Unify a tool name for the tool Point of intersection circle and segment.
This commit is contained in:
parent
c4234b3050
commit
d7600dff14
|
@ -2752,7 +2752,7 @@ void VToolOptionsPropertyBrowser::ShowOptionsToolPointOfContact(QGraphicsItem *i
|
||||||
{
|
{
|
||||||
auto *i = qgraphicsitem_cast<VToolPointOfContact *>(item);
|
auto *i = qgraphicsitem_cast<VToolPointOfContact *>(item);
|
||||||
i->ShowVisualization(true);
|
i->ShowVisualization(true);
|
||||||
formView->setTitle(tr("Point at intersection of arc and line"));
|
formView->setTitle(tr("Point of intersection circle and segment"));
|
||||||
|
|
||||||
AddPropertyObjectName(i, tr("Point label:"));
|
AddPropertyObjectName(i, tr("Point label:"));
|
||||||
AddPropertyParentPointName(i->ArcCenterPointName(), tr("Center of arc:"), AttrCenter);
|
AddPropertyParentPointName(i->ArcCenterPointName(), tr("Center of arc:"), AttrCenter);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user