Skip to content

Commit 69e16a6

Browse files
authored
vtxTab: lexcical sort vtx_band (#3277)
1 parent 4f99c51 commit 69e16a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/tabs/vtx.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,8 @@ vtx.initialize = function (callback) {
512512
selectBand.append(new Option(i18n.getMessage('vtxBand_X', {bandName: i}), i));
513513
}
514514
}
515+
// Sort the element, if need to group, do it by lexical sort, ie. by naming of (the translated) selection text
516+
selectBand.sortSelect(i18n.getMessage("vtxBand_0"));
515517
}
516518

517519
function populateChannelSelect() {

0 commit comments

Comments
 (0)