FEM: Fix convoluted event handling of constraint task boxes

and make Delete key working on macOS
This commit is contained in:
wmayer
2024-07-23 08:25:37 +02:00
committed by Chris Hennes
parent 838bfc0461
commit 88ee1d6df3
26 changed files with 23 additions and 100 deletions

View File

@@ -247,11 +247,6 @@ const std::string TaskFemConstraintFixed::getReferences() const
return TaskFemConstraint::getReferences(items);
}
bool TaskFemConstraintFixed::event(QEvent* e)
{
return TaskFemConstraint::KeyEvent(e);
}
void TaskFemConstraintFixed::changeEvent(QEvent*)
{}