Skip to content

Commit

Permalink
fix #153691: drumtools palette not closing when switching between files
Browse files Browse the repository at this point in the history
  • Loading branch information
finleylau committed Mar 7, 2018
1 parent 085e59a commit 63e0492
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 63e0492

Please sign in to comment.