[TD]cosmetic vertex size consistency

This commit is contained in:
wandererfan
2022-08-28 10:12:27 -04:00
committed by WandererFan
parent 3cb3c099bb
commit 6bb936e87c
2 changed files with 6 additions and 13 deletions

View File

@@ -131,7 +131,7 @@ CosmeticVertex::CosmeticVertex() : TechDraw::Vertex()
linkGeom = -1;
color = Preferences::vertexColor();
size = Preferences::vertexScale() *
LineGroup::getDefaultWidth("Thick");
LineGroup::getDefaultWidth("Thin");
style = 1;
visible = true;
hlrVisible = true;