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 8a1b4b2d05
commit be34f251cd
26 changed files with 23 additions and 100 deletions

View File

@@ -555,11 +555,6 @@ std::string TaskFemConstraintTransform::get_transform_type() const
return transform;
}
bool TaskFemConstraintTransform::event(QEvent* e)
{
return TaskFemConstraint::KeyEvent(e);
}
void TaskFemConstraintTransform::changeEvent(QEvent*)
{}