mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
Fix fullscreen toggle shortcut
Remove the "Meta" modifier so that the shortcut works on Windows.
This commit is contained in:
parent
45a640d4b2
commit
2dbf8d7daf
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ Menu::Menu() :
|
|||
|
||||
addCheckableActionToQMenuAndActionHash(viewMenu,
|
||||
MenuOption::Fullscreen,
|
||||
Qt::CTRL | Qt::META | Qt::Key_F,
|
||||
Qt::CTRL | Qt::Key_F,
|
||||
false,
|
||||
appInstance,
|
||||
SLOT(setFullscreen(bool)));
|
||||
|
|
Loading…
Reference in a new issue