Sort the audio display markers
This was accidentally removed in 5d3bc0d
. Closes #1731.
This commit is contained in:
parent
4adc7c78fc
commit
caf5ac9cd7
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ void AudioTimingControllerDialogue::RegenerateMarkers()
|
|||
line.GetMarkers(&markers);
|
||||
for (auto const& line : inactive_lines)
|
||||
line.GetMarkers(&markers);
|
||||
boost::sort(markers, marker_ptr_cmp());
|
||||
|
||||
AnnounceMarkerMoved();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue