fix thinko when relabelling markers
This commit is contained in:
parent
82bce6cc76
commit
42e6353338
@ -334,7 +334,10 @@ Editor::update_marker_labels (ArdourCanvas::Group* group)
|
|||||||
|
|
||||||
list<Marker*>::iterator prev = sorted.end ();
|
list<Marker*>::iterator prev = sorted.end ();
|
||||||
list<Marker*>::iterator next = i;
|
list<Marker*>::iterator next = i;
|
||||||
++next;
|
|
||||||
|
if (next != sorted.end()) {
|
||||||
|
++next;
|
||||||
|
}
|
||||||
|
|
||||||
while (i != sorted.end()) {
|
while (i != sorted.end()) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user