Skip to content

Commit

Permalink
#6 OpenRocket import
Browse files Browse the repository at this point in the history
  • Loading branch information
davesrocketshop committed Jan 5, 2023
1 parent f30594c commit e480e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Importer/FreeformFinsetElement.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def drawLines(self):

def end(self):
self.drawLines()
FreeCAD.ActiveDocument.recompute(None,True,True) # Compute the sketch
FreeCAD.ActiveDocument.recompute([self.sketch]) # Compute the sketch
return super().end()

class FreeformFinsetElement(FinsetElement):
Expand Down

0 comments on commit e480e30

Please sign in to comment.