[TechDraw] Simplify return logic
This commit is contained in:
committed by
WandererFan
parent
5d05acc87e
commit
3794897699
@@ -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