Keep location lists ordered by start-time

This commit is contained in:
Robin Gareus 2023-12-09 02:26:49 +01:00
parent 1da5c7f389
commit 7ee5a3f24d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 32 additions and 1 deletions

View file

@ -203,6 +203,8 @@ private:
void location_redraw_ranges ();
void start_changed (ARDOUR::Location*);
gint do_location_remove (ARDOUR::Location *);
guint32 i_am_the_modifier;