From fc286cca222ec8fafd9ab994baa40920b77667d6 Mon Sep 17 00:00:00 2001 From: plc-user <74435298+plc-user@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:52:39 +0100 Subject: [PATCH] fix one last hardcoded shortcut-translation --- sources/qetmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetmainwindow.cpp b/sources/qetmainwindow.cpp index 149183a23..db20a1a93 100644 --- a/sources/qetmainwindow.cpp +++ b/sources/qetmainwindow.cpp @@ -221,7 +221,7 @@ void QETMainWindow::updateFullScreenAction() fullscreen_action_ -> setIcon(QET::Icons::FullScreenEnter); fullscreen_action_ -> setStatusTip(tr("Affiche QElectroTech en mode plein écran", "status bar tip")); } - fullscreen_action_ -> setShortcut(QKeySequence(tr("Ctrl+Shift+F"))); + fullscreen_action_ -> setShortcut(Qt::CTRL | Qt::SHIFT | Qt::Key_F); } /**