From d562528455ed320dbef2a47073f34cad75c52f83 Mon Sep 17 00:00:00 2001 From: bgbsww <120601209+bgbsww@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:19:45 -0500 Subject: [PATCH] Typo fix --- src/App/GroupExtension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/GroupExtension.cpp b/src/App/GroupExtension.cpp index c77e9f47b0..3859b8594a 100644 --- a/src/App/GroupExtension.cpp +++ b/src/App/GroupExtension.cpp @@ -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,