[TD]add preference for choice of section shape

This commit is contained in:
wandererfan
2023-08-20 20:24:28 -04:00
committed by WandererFan
parent f6027d805c
commit 9b6dd9f8bd
2 changed files with 8 additions and 0 deletions

View File

@@ -402,3 +402,9 @@ double Preferences::svgHatchFactor()
return factor;
}
//! For Sections with a Section as a base view, use the cut shape from the base
//! view instead of the original shape
bool Preferences::SectionUsePreviousCut()
{
return getPreferenceGroup("General")->GetBool("SectionUsePreviousCut", false);
}