Allow selecting geometry from another body inside the same part as a reference
This commit is contained in:
committed by
Stefan Tröger
parent
2d080dd92b
commit
fa020cf867
@@ -68,7 +68,7 @@ FeaturePickDialog::FeaturePickDialog(std::vector<App::DocumentObject*>& objects,
|
||||
connect(ui->radioXRef, SIGNAL(toggled(bool)), this, SLOT(onUpdate(bool)));
|
||||
|
||||
ui->checkReverse->setChecked(false);
|
||||
ui->checkOtherBody->setChecked(false);
|
||||
ui->checkOtherBody->setChecked(true);
|
||||
ui->checkOtherBody->setEnabled(false); // TODO: implement
|
||||
ui->checkOtherFeature->setChecked(false);
|
||||
ui->checkOtherFeature->setEnabled(false); // TODO: implement
|
||||
|
||||
Reference in New Issue
Block a user