Skip to content

Commit

Permalink
Merge pull request #2069 from MarcSabatella/58821-mmrest-select
Browse files Browse the repository at this point in the history
fix #58821: glitch  extending selection left before mmrest
  • Loading branch information
lasconic committed Jun 23, 2015
2 parents 2f3e807 + b440f18 commit 73c534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/score.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ void Score::selectRange(Element* e, int staffIdx)
oe = oe->parent();
ChordRest* ocr = static_cast<ChordRest*>(oe);

Segment* endSeg = tick2segment(ocr->segment()->tick() + ocr->actualTicks());
Segment* endSeg = tick2segmentMM(ocr->segment()->tick() + ocr->actualTicks());
if (!endSeg)
endSeg = ocr->segment()->next();

Expand Down

0 comments on commit 73c534f

Please sign in to comment.