[TechDraw] Simplify return logic
This commit is contained in:
committed by
WandererFan
parent
15fe52a04b
commit
ef5fc4f237
@@ -1192,7 +1192,7 @@ int DrawViewSection::prefCutSurface(void) const
|
||||
|
||||
bool DrawViewSection::showSectionEdges(void)
|
||||
{
|
||||
return (Preferences::getPreferenceGroup("General")->GetBool("ShowSectionEdges", true));
|
||||
return Preferences::getPreferenceGroup("General")->GetBool("ShowSectionEdges", true);
|
||||
}
|
||||
|
||||
bool DrawViewSection::trimAfterCut() const { return TrimAfterCut.getValue(); }
|
||||
|
||||
Reference in New Issue
Block a user