Skip to content

Commit

Permalink
Merge pull request #3516 from finleylau/153691-drumtools-not-closing
Browse files Browse the repository at this point in the history
fix #153691: drumtools palette not closing when switching between files
  • Loading branch information
lasconic committed Mar 7, 2018
2 parents 647aa6a + 63e0492 commit 4a9fedf
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 @@ -3238,7 +3238,7 @@ void MuseScore::changeState(ScoreState val)

if (_sstate == STATE_FOTO)
updateInspector();
if (_sstate == STATE_NOTE_ENTRY_STAFF_DRUM)
if (_sstate != STATE_NOTE_ENTRY_STAFF_DRUM)
showDrumTools(0, 0);

switch (val) {
Expand Down

0 comments on commit 4a9fedf

Please sign in to comment.