Skip to content

Commit

Permalink
DocumentObjectGroup: do not touch group on child change
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 20, 2019
1 parent 4ea3200 commit d63b294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/DocumentObjectGroup.cpp
Expand Up @@ -38,6 +38,7 @@ PROPERTY_SOURCE_WITH_EXTENSIONS(App::DocumentObjectGroup, App::DocumentObject)
DocumentObjectGroup::DocumentObjectGroup(void): DocumentObject(), GroupExtension() {

GroupExtension::initExtension(this);
_GroupTouched.setStatus(App::Property::Output,true);
}

DocumentObjectGroup::~DocumentObjectGroup() {
Expand Down

0 comments on commit d63b294

Please sign in to comment.