PartDesign: fix hole clearance not appearing in the taskpanel when switching type
(cherry picked from commit d9e0fd6251)
This commit is contained in:
committed by
Max Wilfinger
parent
6e08c67a3b
commit
1b678a2ec6
@@ -290,6 +290,9 @@ void TaskHoleParameters::holeTypeChanged(int index)
|
||||
pcHole->Threaded.setValue(isThreaded);
|
||||
pcHole->ModelThread.setValue(isModeled);
|
||||
|
||||
ui->ThreadFit->setHidden(isThreaded);
|
||||
ui->labelThreadClearance->setHidden(isThreaded);
|
||||
|
||||
ui->ThreadGroupBox->setVisible(isThreaded);
|
||||
// update view not active if modeling threads
|
||||
// this will also ensure that the feature is recomputed.
|
||||
|
||||
Reference in New Issue
Block a user