From dbc76f29e7f86f0019aecbf043ac0c12416ecfdc Mon Sep 17 00:00:00 2001 From: bgbsww <120601209+bgbsww@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:14:18 -0500 Subject: [PATCH] Defer to realthunder fix --- src/App/GroupExtension.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App/GroupExtension.cpp b/src/App/GroupExtension.cpp index ed0adda69f..c77e9f47b0 100644 --- a/src/App/GroupExtension.cpp +++ b/src/App/GroupExtension.cpp @@ -364,6 +364,8 @@ 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,