Sketcher: move comment to right position

This commit is contained in:
Abdullah Tahiri
2022-03-12 18:45:02 +01:00
parent 3e156aa5eb
commit e48d3e355d

View File

@@ -4778,10 +4778,10 @@ public:
static_cast<Sketcher::SketchObject *>(sketchgui->getObject())->solve();
// last entry is kept for tracking mouse movement
poleGeoIds.pop_back();
BSplinePoles.pop_back();
// last entry is kept, as it corresponds to the current pole, but the one corresponding to the erased pole is removed
sugConstr.erase(std::prev(std::prev(sugConstr.end())));