mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
time span column should actually sort by location start time
This commit is contained in:
parent
96f55e8184
commit
f127eebff0
2 changed files with 10 additions and 5 deletions
|
|
@ -144,8 +144,9 @@ protected:
|
|||
Gtk::TreeModelColumn<std::string> date;
|
||||
Gtk::TreeModelColumn<time_t> timestamp;
|
||||
Gtk::TreeModelColumn<ARDOUR::samplecnt_t> length_actual;
|
||||
Gtk::TreeModelColumn<ARDOUR::samplecnt_t> start;
|
||||
|
||||
RangeCols () { add (location); add(label); add(selected); add(realtime); add(name); add(length); add(date); add(timestamp); add(length_actual);}
|
||||
RangeCols () { add (location); add(label); add(selected); add(realtime); add(name); add(length); add(date); add(timestamp); add(length_actual); add(start);}
|
||||
};
|
||||
RangeCols range_cols;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue