Assembly: Fix regressions of https://github.com/FreeCAD/FreeCAD/pull/16671
This commit is contained in:
committed by
Chris Hennes
parent
4f2bd32048
commit
035e863592
@@ -1309,7 +1309,7 @@ class TaskAssemblyCreateJoint(QtCore.QObject):
|
||||
else:
|
||||
self.joint.Document.removeObject(self.joint.Name)
|
||||
|
||||
cmds = UtilsAssembly.generatePropertySettings("obj", self.joint)
|
||||
cmds = UtilsAssembly.generatePropertySettings(self.joint)
|
||||
Gui.doCommand(cmds)
|
||||
|
||||
App.closeActiveTransaction()
|
||||
|
||||
Reference in New Issue
Block a user