Index: sources/gui/qml/components/BaseComboBox.qml =================================================================== diff -u -rc1651f840faf3ed767fb19b76742b68401f96272 -r555ee09fefaaeff952a24b735f1e40e67ada7cec --- sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision c1651f840faf3ed767fb19b76742b68401f96272) +++ sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision 555ee09fefaaeff952a24b735f1e40e67ada7cec) @@ -40,8 +40,6 @@ signal clear() - onClear : { currentIndex = 0 } - contentItem: Text { id: _displayText text : canOff && parent.displayText === "0" ? qsTr("OFF") : parent.displayText color : Colors.offWhite