Skip to content

Commit

Permalink
Merge pull request #3769 from Jojo-Schmitz/midi
Browse files Browse the repository at this point in the history
Fix #273660: MIDI Keyboard not responding when pressed before opening a score
  • Loading branch information
anatoly-os committed Jun 28, 2018
2 parents f675533 + 0631528 commit 7b344ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/musescore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ void MuseScore::midiNoteReceived(int channel, int pitch, int velo)

QWidget* w = QApplication::activeModalWidget();
if (!cv || w) {
active = 1;
active = 0;
return;
}
if (velo) {
Expand Down

0 comments on commit 7b344ed

Please sign in to comment.