+ fixes #0001617: typo in importCSG.py

This commit is contained in:
wmayer
2014-07-16 15:11:45 +02:00
parent aca282e0e3
commit fe9e77d661

View File

@@ -986,7 +986,7 @@ def p_circle_action(p) :
else :
#mycircle = Draft.makePolygon(n,r) # would call doc.recompute
mycircle = FreeCAD.ActiveDocument.addObject("Part::Part2DObjectPython",'polygon')
Draft._Polygon(mycricle)
Draft._Polygon(mycircle)
mycircle.FacesNumber = n
mycircle.Radius = r
mycircle.DrawMode = "inscribed"