FEM: Fix convoluted event handling of constraint task boxes
and make Delete key working on macOS
This commit is contained in:
@@ -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*)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user