From 93f1b019ba76cef55a50f14874d10bd009649719 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,