fixes 0003805: After 'Create a hole with the selected sketch' the model disappears
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user