[TechDraw] Simplify return logic
This commit is contained in:
committed by
WandererFan
parent
15fe52a04b
commit
ef5fc4f237
@@ -96,8 +96,7 @@ App::Color LineFormat::getDefEdgeColor()
|
||||
|
||||
int LineFormat::getDefEdgeStyle()
|
||||
{
|
||||
int style = Preferences::getPreferenceGroup("Decorations")->GetInt("CosmoCLStyle", 2); //dashed
|
||||
return style;
|
||||
return Preferences::getPreferenceGroup("Decorations")->GetInt("CosmoCLStyle", 2); //dashed
|
||||
}
|
||||
|
||||
//******************************************
|
||||
|
||||
Reference in New Issue
Block a user