NComboBox: properly refresh onModel changed - this fix the issue when switching language in Region.

This commit is contained in:
Lemmy
2026-01-27 13:32:55 -05:00
parent 51c3cd50f3
commit 94cceebed9
+3
View File
@@ -332,6 +332,9 @@ RowLayout {
function onCurrentKeyChanged() {
combo.currentIndex = root.findIndexByKey(root.currentKey);
}
function onModelChanged() {
combo.currentIndex = root.findIndexByKey(root.currentKey);
}
}
}
}