Skip to content

Commit

Permalink
fix #15721: Pasting selection including a line causes crash
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jun 4, 2013
1 parent d0dda3a commit 8958963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ qDebug("makeGap %s at %d track %d", qPrintable(_sd.print()), segment->tick(), tr
sd -= td;
if (sd.isZero())
return akkumulated;
nextTick = seg1->tick();
nextTick = tick2;
continue;
}
//
Expand Down

0 comments on commit 8958963

Please sign in to comment.