mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
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:
parent
16afdf26d6
commit
cded9b6f42
2 changed files with 20 additions and 0 deletions
|
|
@ -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 ***/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue