Assembly: Fix Gear Radius2 spinbox issue

This commit is contained in:
PaddleStroke
2024-04-30 17:47:15 +02:00
committed by Yorik van Havre
parent fed17ff6f1
commit b12b95b908

View File

@@ -1534,6 +1534,7 @@ class TaskAssemblyCreateJoint(QtCore.QObject):
Gui.Selection.addSelection(self.doc.Name, self.joint.Part2.Name, elName)
self.form.distanceSpinbox.setProperty("rawValue", self.joint.Distance)
self.form.distanceSpinbox2.setProperty("rawValue", self.joint.Distance2)
self.form.offsetSpinbox.setProperty("rawValue", self.joint.Offset.z)
self.form.rotationSpinbox.setProperty("rawValue", self.joint.Rotation)