fixes 0003805: After 'Create a hole with the selected sketch' the model disappears

This commit is contained in:
wmayer
2019-02-21 18:49:00 +01:00
parent cb6f65ac6c
commit 83d56d6250

View File

@@ -101,6 +101,7 @@ TaskHoleParameters::TaskHoleParameters(ViewProviderHole *HoleView, QWidget *pare
PartDesign::Hole* pcHole = static_cast<PartDesign::Hole*>(vp->getObject());
pcHole->updateProps();
vp->show();
ui->ThreadPitch->bind(pcHole->ThreadPitch);
ui->ThreadAngle->bind(pcHole->ThreadAngle);