fixes 0003894: Part Thickness dialog thickness field not Expressions enabled
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user