Allow selecting geometry from another body inside the same part as a reference

This commit is contained in:
jrheinlaender
2013-07-07 11:31:59 +02:00
committed by Stefan Tröger
parent 2d080dd92b
commit fa020cf867
3 changed files with 18 additions and 10 deletions

View File

@@ -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