Index: sources/gui/qml/components/BaseComboBox.qml =================================================================== diff -u -r40ddf63592b60608ae34aeb3099fe4e62ae45054 -rf7b92a45b2b7fa814fba3d080bcf91d465f279df --- sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision 40ddf63592b60608ae34aeb3099fe4e62ae45054) +++ sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision f7b92a45b2b7fa814fba3d080bcf91d465f279df) @@ -44,7 +44,7 @@ active = false } - function sync () { currentIndex = actualValue } + function refresh () { currentIndex = actualValue } contentItem: Text { id: _displayText text : parent.displayText