fixes 0003894: Part Thickness dialog thickness field not Expressions enabled

This commit is contained in:
wmayer
2019-03-12 01:04:24 +01:00
parent 6323069cbb
commit 194f5d779e

View File

@@ -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()