PartDesign: update body management commands according to the changes in body paradigms
This commit is contained in:
committed by
Stefan Tröger
parent
2e27001382
commit
5459768c3f
@@ -111,8 +111,9 @@ void Body::onChanged(const App::Property *prop)
|
||||
short Body::mustExecute() const
|
||||
{
|
||||
if ( Tip.isTouched() ||
|
||||
BaseFeature.isTouched() )
|
||||
BaseFeature.isTouched() ) {
|
||||
return 1;
|
||||
}
|
||||
return Part::BodyBase::mustExecute();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user