Move '++next' (when sorting marker labels) so there's absolutely no chance of incrementing it once it reaches the list end
This commit is contained in:
@@ -360,11 +360,12 @@ Editor::update_marker_labels (ArdourCanvas::Group* group)
|
||||
} else {
|
||||
(*i)->set_right_label_limit (p);
|
||||
}
|
||||
|
||||
++next;
|
||||
}
|
||||
|
||||
prev = i;
|
||||
++i;
|
||||
++next;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user