diff --git a/src/Mod/TechDraw/Gui/CommandCreateDims.cpp b/src/Mod/TechDraw/Gui/CommandCreateDims.cpp index 361b53b57..c20927cc0 100644 --- a/src/Mod/TechDraw/Gui/CommandCreateDims.cpp +++ b/src/Mod/TechDraw/Gui/CommandCreateDims.cpp @@ -687,9 +687,7 @@ void CmdTechDrawNewAngleDimension::activated(int iMsg) std::vector subs; //All Dimensions start as Projected - //bool trueDimAllowed = _isTrueAllowed(objFeat,SubNames); - //int edgeType = _isValidSingleEdge(this,trueDimAllowed); - int edgeType = _isValidSingleEdge(this,false); + int edgeType = _isValidEdgeToEdge(this,false); if (edgeType == isAngle) { objs.push_back(objFeat); objs.push_back(objFeat);