diff --git a/src/Mod/Fem/Gui/TaskFemConstraint.cpp b/src/Mod/Fem/Gui/TaskFemConstraint.cpp index a0d37f8af2..566858e8f0 100644 --- a/src/Mod/Fem/Gui/TaskFemConstraint.cpp +++ b/src/Mod/Fem/Gui/TaskFemConstraint.cpp @@ -176,7 +176,7 @@ void TaskFemConstraint::createDeleteAction(QListWidget* parentList) // display shortcut behind the context menu entry deleteAction->setShortcutVisibleInContextMenu(true); - + parentList->addAction(deleteAction); parentList->setContextMenuPolicy(Qt::ActionsContextMenu); }