Skip to content

Commit

Permalink
FEM: contact constraint task panel, fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jun 11, 2019
1 parent b795896 commit a1ac85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Fem/Gui/TaskFemConstraintContact.cpp
Expand Up @@ -116,7 +116,6 @@ TaskFemConstraintContact::TaskFemConstraintContact(ViewProviderFemConstraintCont
ui->lw_referencesMaster->addItem(makeRefText(Objects[1], SubElements[1]));
ui->lw_referencesSlave->addItem(makeRefText(Objects[0], SubElements[0]));
}
}

//Selection buttons
connect(ui->btnAddSlave, SIGNAL(clicked()), this, SLOT(addToSelectionSlave()));
Expand Down

0 comments on commit a1ac85b

Please sign in to comment.