Sketcher: remove surplus push_back to shapes (fixes #21499)
This commit is contained in:
@@ -387,7 +387,6 @@ void SketchObject::buildShape()
|
||||
convertSubName(indexedName, false));
|
||||
}
|
||||
else {
|
||||
shapes.push_back(getEdge(geo, convertSubName(indexedName, false).c_str()));
|
||||
addEdge(geo, indexedName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user