Fix arc name in property browser.
This commit is contained in:
parent
53f686e919
commit
8877ce4630
|
@ -234,7 +234,7 @@ QString VToolPointFromArcAndTangent::TangentPointName() const
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
QString VToolPointFromArcAndTangent::ArcName() const
|
||||
{
|
||||
return VAbstractTool::data.GetGObject(arcId)->name();
|
||||
return VAbstractTool::data.GetGObject(arcId)->ObjectName();
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user