Skip to content

Commit

Permalink
fix #21965
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Sep 4, 2013
1 parent 4b7da8b commit 95de82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/cleflist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ ClefTypeList ClefList::clef(int tick) const

void ClefList::setClef(int tick, ClefTypeList idx)
{
qDebug("setClef...\n");
replace(tick, idx);
}

Expand All @@ -65,6 +64,7 @@ qDebug("setClef...\n");

void ClefList::read(XmlReader& e, Score* cs)
{
insert(0, ClefTypeList(ClefType(0), ClefType(0)));
while (e.readNextStartElement()) {
if (e.name() == "clef") {
int tick = e.intAttribute("tick", 0);
Expand Down

0 comments on commit 95de82d

Please sign in to comment.