FEM: Fix convoluted event handling of constraint task boxes
and make Delete key working on macOS
This commit is contained in:
@@ -270,11 +270,6 @@ std::string TaskFemConstraintSpring::getElmerStiffness() const
|
||||
return Base::Tools::toStdString(ui->ElmerStiffnessCB->currentText());
|
||||
}
|
||||
|
||||
bool TaskFemConstraintSpring::event(QEvent* e)
|
||||
{
|
||||
return TaskFemConstraint::KeyEvent(e);
|
||||
}
|
||||
|
||||
void TaskFemConstraintSpring::changeEvent(QEvent*)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user