Path: bug fixes

This commit is contained in:
sliptonic
2017-03-15 17:24:46 -05:00
committed by Yorik van Havre
parent 4327a08612
commit c57ca9f351
6 changed files with 62 additions and 54 deletions

View File

@@ -556,7 +556,8 @@ class EditorPanel():
newtool = tool.copy()
obj.Tooltable.setTool(int(toolnum), newtool)
obj.ToolNumber = int(toolnum)
obj.recompute()
#obj.recompute()
FreeCAD.ActiveDocument.recompute()
def getStandardButtons(self):
return int(QtGui.QDialogButtonBox.Ok)