Skip to content

Commit

Permalink
fixes 0003894: Part Thickness dialog thickness field not Expressions …
Browse files Browse the repository at this point in the history
…enabled
  • Loading branch information
wwmayer committed Mar 12, 2019
1 parent 6323069 commit 194f5d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Part/Gui/TaskThickness.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit 194f5d7

Please sign in to comment.