Part/PartDesign/TechDraw: Simplify calls to DocumentObject::recomputeFeature.

This commit is contained in:
Joao Matos
2025-02-28 12:04:59 +00:00
parent 60605cc2db
commit 08523fe1ac
5 changed files with 5 additions and 5 deletions

View File

@@ -296,7 +296,7 @@ void TaskLeaderLine::recomputeFeature()
{
App::DocumentObject* objVP = m_lineVP->getObject();
assert(objVP);
objVP->getDocument()->recomputeFeature(objVP);
objVP->recomputeFeature();
}
void TaskLeaderLine::onStartSymbolChanged()