Path: bug fixes
This commit is contained in:
committed by
Yorik van Havre
parent
4327a08612
commit
c57ca9f351
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user