diff --git a/libs/surfaces/faderport8/faderport8.cc b/libs/surfaces/faderport8/faderport8.cc index 50d8a213b0..77a4556b15 100644 --- a/libs/surfaces/faderport8/faderport8.cc +++ b/libs/surfaces/faderport8/faderport8.cc @@ -922,7 +922,7 @@ FaderPort8::filter_stripables (StripableList& strips) const strips.push_back (*s); } } - strips.sort (Stripable::Sorter()); + strips.sort (Stripable::Sorter(true)); } /* Track/Pan mode: assign stripable to strips, Send-mode: selection */