diff --git a/src/Mod/Part/Gui/TaskThickness.cpp b/src/Mod/Part/Gui/TaskThickness.cpp index 31a40c2dcd..269257962a 100644 --- a/src/Mod/Part/Gui/TaskThickness.cpp +++ b/src/Mod/Part/Gui/TaskThickness.cpp @@ -119,6 +119,8 @@ ThicknessWidget::ThicknessWidget(Part::Thickness* thickness, QWidget* parent) QSignalBlocker blockSelfInt(d->ui.selfIntersection); bool selfint = d->thickness->SelfIntersection.getValue(); d->ui.selfIntersection->setChecked(selfint); + + d->ui.spinOffset->bind(d->thickness->Value); } ThicknessWidget::~ThicknessWidget()