Part/PartDesign/TechDraw: Simplify calls to DocumentObject::recomputeFeature.
This commit is contained in:
@@ -296,7 +296,7 @@ void TaskLeaderLine::recomputeFeature()
|
||||
{
|
||||
App::DocumentObject* objVP = m_lineVP->getObject();
|
||||
assert(objVP);
|
||||
objVP->getDocument()->recomputeFeature(objVP);
|
||||
objVP->recomputeFeature();
|
||||
}
|
||||
|
||||
void TaskLeaderLine::onStartSymbolChanged()
|
||||
|
||||
Reference in New Issue
Block a user