This commit is contained in:
bgbsww
2023-12-18 11:19:45 -05:00
committed by Yorik van Havre
parent dbc76f29e7
commit bd0126812d

View File

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