mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
we can sort on ignored
This commit is contained in:
parent
a17886aa58
commit
f79c9ea021
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ Rectangle {
|
||||||
sortIndicatorColumn: settings.nearbySortIndicatorColumn;
|
sortIndicatorColumn: settings.nearbySortIndicatorColumn;
|
||||||
sortIndicatorOrder: settings.nearbySortIndicatorOrder;
|
sortIndicatorOrder: settings.nearbySortIndicatorOrder;
|
||||||
onSortIndicatorColumnChanged: {
|
onSortIndicatorColumnChanged: {
|
||||||
if (sortIndicatorColumn > 1) {
|
if (sortIndicatorColumn > 2) {
|
||||||
// these are not sortable, switch back to last column
|
// these are not sortable, switch back to last column
|
||||||
sortIndicatorColumn = settings.nearbySortIndicatorColumn;
|
sortIndicatorColumn = settings.nearbySortIndicatorColumn;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue