[TD]Fix CosmeticVertex size
This commit is contained in:
@@ -137,7 +137,7 @@ CosmeticVertex::CosmeticVertex() : TechDraw::Vertex()
|
||||
permaPoint = Base::Vector3d(0.0, 0.0, 0.0);
|
||||
linkGeom = -1;
|
||||
color = Preferences::vertexColor();
|
||||
size = 3.0;
|
||||
size = Preferences::vertexScale();
|
||||
style = 1;
|
||||
visible = true;
|
||||
hlrVisible = true;
|
||||
@@ -165,8 +165,7 @@ CosmeticVertex::CosmeticVertex(Base::Vector3d loc) : TechDraw::Vertex(loc)
|
||||
permaPoint = loc;
|
||||
linkGeom = -1;
|
||||
color = Preferences::vertexColor();
|
||||
//TODO: size = hGrp->getFloat("VertexSize",30.0);
|
||||
size = 30.0;
|
||||
size = Preferences::vertexScale();
|
||||
style = 1; //TODO: implement styled vertexes
|
||||
visible = true;
|
||||
hlrVisible = true;
|
||||
|
||||
Reference in New Issue
Block a user