If sorting PAL by loudness re-sort upon loudness updates

This commit is contained in:
Simon Walton 2019-02-06 11:38:48 -08:00
parent ae6672533c
commit a2da59271d

View file

@ -1247,6 +1247,9 @@ Rectangle {
}
}
}
if (nearbyTable.sortIndicatorColumn == 0) { // Current sort by loudness so re-sort.
sortModel();
}
break;
case 'clearLocalQMLData':
ignored = {};