PartDesign: Enable compounds for PD bodies

This commit is contained in:
Max Wilfinger
2025-08-09 21:32:44 +02:00
committed by Kacper Donat
parent ed770bf849
commit 84afc15c91
2 changed files with 17 additions and 39 deletions

View File

@@ -50,7 +50,7 @@ Body::Body() {
.GetUserParameter()
.GetGroup("BaseApp/Preferences/Mod/PartDesign");
auto allowCompoundDefaultValue = hGrp->GetBool("AllowCompoundDefault", false);
auto allowCompoundDefaultValue = hGrp->GetBool("AllowCompoundDefault", true);
ADD_PROPERTY(AllowCompound, (allowCompoundDefaultValue));
}