Fix missing arc on 3pt angle

This commit is contained in:
wandererfan
2019-04-20 23:55:51 -04:00
committed by WandererFan
parent 2d13b2d7cd
commit a7dcfe4ab7

View File

@@ -1219,7 +1219,7 @@ void QGIViewDimension::draw()
// dim->getViewPart()->addVertex(curveCenter,true);
// }
} else if( (strcmp(dimType, "Angle") == 0) ||
(strcmp(dimType, "Angel3Pt") == 0)) {
(strcmp(dimType, "Angle3Pt") == 0)) {
anglePoints pts = dim->getAnglePoints();
Base::Vector3d X(1.0,0.0,0.0);
Base::Vector3d vertex = Rez::guiX(pts.vertex);