[TechDraw] Simplify return logic
This commit is contained in:
committed by
WandererFan
parent
15fe52a04b
commit
ef5fc4f237
@@ -487,8 +487,7 @@ Qt::PenStyle QGISectionLine::getSectionStyle()
|
||||
//ASME("traditional") vs ISO("reference arrow method") arrows
|
||||
int QGISectionLine::getPrefSectionStandard()
|
||||
{
|
||||
int format = Preferences::getPreferenceGroup("Standards")->GetInt("SectionLineStandard", ISOSTANDARD);
|
||||
return format;
|
||||
return Preferences::getPreferenceGroup("Standards")->GetInt("SectionLineStandard", ISOSTANDARD);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user