mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 07:27:17 +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;
|
||||
sortIndicatorOrder: settings.nearbySortIndicatorOrder;
|
||||
onSortIndicatorColumnChanged: {
|
||||
if (sortIndicatorColumn > 1) {
|
||||
if (sortIndicatorColumn > 2) {
|
||||
// these are not sortable, switch back to last column
|
||||
sortIndicatorColumn = settings.nearbySortIndicatorColumn;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue