Sketcher: GeometryFacadePyImp - no longer checking if a point is construction to set construction status

This commit is contained in:
Abdullah Tahiri
2020-12-05 05:18:25 +01:00
committed by abdullahtahiriyo
parent d96769e6d7
commit 40c8af8014

View File

@@ -436,8 +436,7 @@ Py::Boolean GeometryFacadePy::getConstruction(void) const
void GeometryFacadePy::setConstruction(Py::Boolean arg)
{
if (getGeometryFacadePtr()->getTypeId() != Part::GeomPoint::getClassTypeId())
getGeometryFacadePtr()->setConstruction(arg);
getGeometryFacadePtr()->setConstruction(arg);
}
Py::String GeometryFacadePy::getTag(void) const