Skip to content

Commit

Permalink
fix #21909
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Jul 19, 2013
1 parent 59ea28f commit fbf6343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/seq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ void Seq::seek(int utick, Segment* seg)
}

guiToSeq(SeqMsg(SEQ_SEEK, utick));
guiPos = events.upper_bound(utick);
guiPos = events.lower_bound(utick);
mscore->setPos(utick);
unmarkNotes();
cs->update();
Expand Down

0 comments on commit fbf6343

Please sign in to comment.