Sketcher: Move point from python fix

====================================

https://forum.freecadweb.org/viewtopic.php?f=22&t=27282#p218637
This commit is contained in:
Abdullah Tahiri
2018-03-06 19:48:26 +01:00
committed by wmayer
parent 6384622cb9
commit 7b795c14cf

View File

@@ -521,6 +521,8 @@ int SketchObject::movePoint(int GeoId, PointPos PosId, const Base::Vector3d& toP
}
}
solvedSketch.resetInitMove(); // reset solver point moving mechanism
return lastSolverStatus;
}