Sketcher: Fix sketcher_Copy bug when a single geometry was copied, geoId was not correct in constraints.
This commit is contained in:
committed by
Chris Hennes
parent
c94186b88d
commit
30bea2dd8e
@@ -169,7 +169,7 @@ std::string PythonConverter::convert(const std::string& doc,
|
||||
GeoIdMode geoIdMode)
|
||||
{
|
||||
if (constraints.size() == 1) {
|
||||
auto cg = convert(constraints[0]);
|
||||
auto cg = convert(constraints[0], geoIdMode);
|
||||
|
||||
return boost::str(boost::format("%s.%s\n") % doc % cg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user