Skip to content

Commit

Permalink
Fix missing arc on 3pt angle
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Apr 21, 2019
1 parent 0696253 commit 6474e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/Gui/QGIViewDimension.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 6474e49

Please sign in to comment.