Fix #295224: end-start-repeat crashes in timeline
This commit is contained in:
parent
c2bfca42c3
commit
a5a979a758
1 changed files with 1 additions and 1 deletions
|
@ -1232,7 +1232,7 @@ void Timeline::barline_meta(Segment* seg, int* stagger, int pos)
|
|||
repeat_text = QString("End repeat");
|
||||
break;
|
||||
case BarLineType::END_START_REPEAT:
|
||||
repeat_text = QString("End-start repeat");
|
||||
// actually an end repeat followed by a start repeat, so nothing needs to be done here
|
||||
break;
|
||||
case BarLineType::DOUBLE:
|
||||
repeat_text = QString("Double barline");
|
||||
|
|
Loading…
Reference in a new issue