[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-03-02 16:55:10 +00:00
committed by Andrea
parent 5f6f2d04ad
commit fdd21e95b0

View File

@@ -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);
}