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