Skip to content

Commit

Permalink
fix #29106
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Aug 7, 2014
1 parent 1514c1a commit 7e5995d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/keysig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ void KeySig::layout()

if (staff() && !staff()->genKeySig()) { // no key sigs on TAB staves
qDeleteAll(keySymbols);
keySymbols.clear();
return;
}

Expand Down

0 comments on commit 7e5995d

Please sign in to comment.