From fdd21e95b08212318e618cd6eb8acfd5fe09f1e5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:55:10 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/Fem/Gui/TaskFemConstraint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }