From 47c97721fbd74ed331f81d5d259ba92d7fb2b7c2 Mon Sep 17 00:00:00 2001
From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com>
Date: Thu, 26 Mar 2020 19:48:09 -0400
Subject: [PATCH] Use platform-native fullscreen shortcut for Maximize Toggle.
Also fix annoying typo in mainwindow.ui.
---
oscar/mainwindow.cpp | 1 +
oscar/mainwindow.ui | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/oscar/mainwindow.cpp b/oscar/mainwindow.cpp
index 26c1a889..ed8e6def 100644
--- a/oscar/mainwindow.cpp
+++ b/oscar/mainwindow.cpp
@@ -135,6 +135,7 @@ void MainWindow::SetupGUI()
ui->action_Preferences->setMenuRole(QAction::PreferencesRole);
#endif
ui->actionPrint_Report->setShortcuts(QKeySequence::Print);
+ ui->action_Fullscreen->setShortcuts(QKeySequence::FullScreen);
ui->actionLine_Cursor->setChecked(AppSetting->lineCursorMode());
ui->actionPie_Chart->setChecked(AppSetting->showPieChart());
diff --git a/oscar/mainwindow.ui b/oscar/mainwindow.ui
index 696a7374..e6af849c 100644
--- a/oscar/mainwindow.ui
+++ b/oscar/mainwindow.ui
@@ -2887,7 +2887,7 @@ p, li { white-space: pre-wrap; }
&Advanced
-