+ 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:
wmayer 2011-10-26 08:22:36 +00:00
parent eb8448ff6c
commit 50e37c4d47

View File

@ -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)