update idf import and small fixes

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5432 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
jriegel
2012-02-05 16:32:29 +00:00
parent 2b36d3aba8
commit 2ecbd6b851
14 changed files with 32644 additions and 16176 deletions

View File

@@ -195,7 +195,7 @@ int DrawSketchHandler::seekAutoConstraint(std::vector<AutoConstraint> &suggested
const float tangDeviation = 2.;
int tangId = Constraint::GeoUndef;
float smlTangDist = 1e15;
float smlTangDist = 1e15f;
// Get geometry list
const std::vector<Part::Geometry *> geomlist = sketchgui->getSketchObject()->getCompleteGeometry();