Show ranges in more sensible order in export dialog.

Show ranges in order in which they appear on the timeline in export dialog,
but always show the session range first.
This commit is contained in:
Colin Fletcher 2013-06-16 18:50:23 +01:00 committed by Paul Davis
parent 16afdf26d6
commit cded9b6f42
2 changed files with 20 additions and 0 deletions

View file

@ -89,6 +89,7 @@ class ExportTimespanSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
void update_range_name (std::string const & path, std::string const & new_text);
void set_selection_state_of_all_timespans (bool);
int location_sorter(Gtk::TreeModel::iterator a, Gtk::TreeModel::iterator b);
/*** GUI components ***/