[TechDraw] Simplify return logic
This commit is contained in:
committed by
WandererFan
parent
15fe52a04b
commit
ef5fc4f237
@@ -101,7 +101,6 @@ QPainterPath QGICMark::shape() const
|
||||
|
||||
double QGICMark::getMarkFuzz() const
|
||||
{
|
||||
double result = Preferences::getPreferenceGroup("General")->GetFloat("MarkFuzz", 5.0);
|
||||
return result;
|
||||
return Preferences::getPreferenceGroup("General")->GetFloat("MarkFuzz", 5.0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user