another PresentationInfo sort order fix.
This commit is contained in:
parent
f1d9dbf359
commit
954b17325d
@ -527,7 +527,7 @@ Drag::add_midi_region (MidiTimeAxisView* view, bool commit)
|
|||||||
|
|
||||||
struct PresentationInfoTimeAxisViewSorter {
|
struct PresentationInfoTimeAxisViewSorter {
|
||||||
bool operator() (TimeAxisView* a, TimeAxisView* b) {
|
bool operator() (TimeAxisView* a, TimeAxisView* b) {
|
||||||
return a->presentation_info() < b->presentation_info();
|
return a->presentation_info().order() < b->presentation_info().order();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user