Skip to content

Commit

Permalink
fix #280338: Changed fullscreen state to ~STATE_TEXT_EDIT
Browse files Browse the repository at this point in the history
Put parenthesis back in

Revert "Put parenthesis back in"

This reverts commit 85b5dba.
  • Loading branch information
mkenigs committed Jan 22, 2019
1 parent 5e42b27 commit 34db8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/shortcut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2689,7 +2689,7 @@ Shortcut Shortcut::_sc[] = {
#endif
{
MsWidget::MAIN_WINDOW,
STATE_NORMAL & (~STATE_TEXT_EDIT),
~STATE_TEXT_EDIT,
"fullscreen",
QT_TRANSLATE_NOOP("action","Full Screen"),
QT_TRANSLATE_NOOP("action","Full screen")
Expand Down

0 comments on commit 34db8ca

Please sign in to comment.