mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
If sorting PAL by loudness re-sort upon loudness updates
This commit is contained in:
parent
ae6672533c
commit
a2da59271d
1 changed files with 3 additions and 0 deletions
|
@ -1247,6 +1247,9 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (nearbyTable.sortIndicatorColumn == 0) { // Current sort by loudness so re-sort.
|
||||
sortModel();
|
||||
}
|
||||
break;
|
||||
case 'clearLocalQMLData':
|
||||
ignored = {};
|
||||
|
|
Loading…
Reference in a new issue