We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dafb71 commit 745132eCopy full SHA for 745132e
src/Mod/Fem/femtaskpanels/task_constraint_tie.py
@@ -119,6 +119,8 @@ def recompute_and_set_back_all(self):
119
def init_parameter_widget(self):
120
self.tolerance = self.obj.Tolerance
121
self.adjust = self.obj.Adjust
122
+ FreeCADGui.ExpressionBinding(self.parameterWidget.spb_tolerance)\
123
+ .bind(self.obj, "Tolerance")
124
self.parameterWidget.spb_tolerance.setProperty("value", self.tolerance)
125
self.parameterWidget.ckb_adjust.setChecked(self.adjust)
126
0 commit comments