+ fix broken sketch object
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5067 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
eb8448ff6c
commit
50e37c4d47
|
@ -1074,7 +1074,7 @@ void SketchObject::onChanged(const App::Property* prop)
|
|||
{
|
||||
if (prop == &Geometry || prop == &Constraints)
|
||||
Constraints.checkGeometry(Geometry.getValues());
|
||||
DocumentObject::onChanged(prop);
|
||||
Part::Part2DObject::onChanged(prop);
|
||||
}
|
||||
|
||||
void SketchObject::getGeoVertexIndex(int VertexId, int &GeoId, PointPos &PosId)
|
||||
|
|
Loading…
Reference in New Issue
Block a user