Don't override child visibility in Arch BuildingPart or GroupExtensions

This commit is contained in:
bgbsww
2023-12-11 16:30:00 -05:00
committed by Yorik van Havre
parent 2ca6ac4a23
commit 4de4b667bc
2 changed files with 40 additions and 2 deletions

View File

@@ -364,8 +364,6 @@ void GroupExtension::extensionOnChanged(const Property* p) {
}
void GroupExtension::slotChildChanged(const DocumentObject &obj, const Property &prop) {
if(&prop == &obj.Visibility)
_GroupTouched.touch();
}
bool GroupExtension::extensionGetSubObject(DocumentObject *&ret, const char *subname,