we can sort on ignored

This commit is contained in:
David Kelly 2017-06-01 07:29:31 -07:00
parent a17886aa58
commit f79c9ea021

View file

@ -388,7 +388,7 @@ Rectangle {
sortIndicatorColumn: settings.nearbySortIndicatorColumn;
sortIndicatorOrder: settings.nearbySortIndicatorOrder;
onSortIndicatorColumnChanged: {
if (sortIndicatorColumn > 1) {
if (sortIndicatorColumn > 2) {
// these are not sortable, switch back to last column
sortIndicatorColumn = settings.nearbySortIndicatorColumn;
} else {