[TD]Fix CosmeticVertex size

This commit is contained in:
wandererfan
2020-06-09 09:06:26 -04:00
committed by WandererFan
parent 190de1b598
commit 476b19590b
5 changed files with 15 additions and 4 deletions

View File

@@ -126,6 +126,15 @@ App::Color Preferences::vertexColor()
return fcColor;
}
double Preferences::vertexScale()
{
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter().GetGroup("BaseApp")->
GetGroup("Preferences")->GetGroup("Mod/TechDraw/General");
double result = hGrp->GetFloat("VertexScale", 3.0);
return result;
}
//lightgray #D3D3D3