[TechDraw] Simplify return logic
This commit is contained in:
committed by
WandererFan
parent
15fe52a04b
commit
ef5fc4f237
@@ -428,8 +428,7 @@ QColor TaskCenterLine::getCenterColor()
|
||||
|
||||
double TaskCenterLine::getExtendBy()
|
||||
{
|
||||
double ext = Preferences::getPreferenceGroup("Decorations")->GetFloat("CosmoCLExtend", 3.0);
|
||||
return ext;
|
||||
return Preferences::getPreferenceGroup("Decorations")->GetFloat("CosmoCLExtend", 3.0);
|
||||
}
|
||||
|
||||
//******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user