diff --git a/src/QmlControls/QGCComboBox.qml b/src/QmlControls/QGCComboBox.qml index f393b8e4f1488779138f4a0a19a44a84eb8d4e44..4341e188e67ff2a83e97e1f6f9ae9c8f33064ddf 100644 --- a/src/QmlControls/QGCComboBox.qml +++ b/src/QmlControls/QGCComboBox.qml @@ -15,6 +15,7 @@ ComboBox { textColor: __showHighlight ? control.__qgcPal.buttonHighlightText : control.__qgcPal.buttonText + renderType: Text.QtRendering background: Item { implicitWidth: Math.round(TextSingleton.implicitHeight * 4.5) diff --git a/src/VehicleSetup/FirmwareUpgrade.qml b/src/VehicleSetup/FirmwareUpgrade.qml index 78f8bdff337bc30c41bdeac1451a7dc6e08393fa..ebd6a2135c053c34d72ac9dfbddcc35fe71a4e61 100644 --- a/src/VehicleSetup/FirmwareUpgrade.qml +++ b/src/VehicleSetup/FirmwareUpgrade.qml @@ -376,6 +376,7 @@ QGCView { style: TextAreaStyle { textColor: qgcPal.text backgroundColor: qgcPal.windowShade + renderType: Text.QtRendering } } } // QGCViewPabel