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 e55b718cd6
commit 2fcb7cb644

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);