Skip to content

Commit

Permalink
PartDesign: do not touch body on child change
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder authored and wwmayer committed Aug 30, 2019
1 parent b2d8eee commit 35c5e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/PartDesign/App/Body.cpp
Expand Up @@ -56,6 +56,7 @@ using namespace PartDesign;
PROPERTY_SOURCE(PartDesign::Body, Part::BodyBase)

Body::Body() {
_GroupTouched.setStatus(App::Property::Output,true);
}

/*
Expand Down Expand Up @@ -532,5 +533,6 @@ void Body::onDocumentRestored()
if(obj->isDerivedFrom(PartDesign::Feature::getClassTypeId()))
static_cast<PartDesign::Feature*>(obj)->_Body.setValue(this);
}
_GroupTouched.setStatus(App::Property::Output,true);
DocumentObject::onDocumentRestored();
}

0 comments on commit 35c5e5a

Please sign in to comment.