diff --git a/src/Mod/Sketcher/Gui/CommandConstraints.cpp b/src/Mod/Sketcher/Gui/CommandConstraints.cpp index d93ecb8b56..d63db8a157 100644 --- a/src/Mod/Sketcher/Gui/CommandConstraints.cpp +++ b/src/Mod/Sketcher/Gui/CommandConstraints.cpp @@ -2977,7 +2977,7 @@ void CmdSketcherConstrainDistanceX::applyConstraint(std::vector &selS break; } case 2: // {SelEdge} - case 4: // {SelExternalEdge} + case 3: // {SelExternalEdge} { GeoId1 = GeoId2 = selSeq.at(0).GeoId; PosId1 = Sketcher::start; PosId2 = Sketcher::end;