prevent part design features from accidently cross referencing
This commit is contained in:
@@ -291,6 +291,14 @@ void TaskFeaturePick::onSelectionChanged(const Gui::SelectionChanges& msg)
|
||||
}
|
||||
}
|
||||
|
||||
void TaskFeaturePick::showExternal(bool val) {
|
||||
|
||||
ui->checkOtherBody->setChecked(val);
|
||||
ui->checkOtherPart->setChecked(val);
|
||||
updateList();
|
||||
}
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
//**************************************************************************
|
||||
// TaskDialog
|
||||
@@ -343,4 +351,9 @@ bool TaskDlgFeaturePick::reject()
|
||||
return true;
|
||||
}
|
||||
|
||||
void TaskDlgFeaturePick::showExternal(bool val) {
|
||||
pick->showExternal(val);
|
||||
}
|
||||
|
||||
|
||||
#include "moc_TaskFeaturePick.cpp"
|
||||
|
||||
Reference in New Issue
Block a user