PartDesign: Enable compounds for PD bodies
This commit is contained in:
committed by
Kacper Donat
parent
ed770bf849
commit
84afc15c91
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user