From eb7cf56920e6df1eb4ec0698967586293d65f782 Mon Sep 17 00:00:00 2001 From: Nate Weibley Date: Fri, 8 Jan 2016 17:30:24 -0500 Subject: [PATCH] Revert "Fix ugly font rendering in Windows" This reverts commit bf31c808317d18479dca4a80926e4baef3f66cfb. --- src/QmlControls/QGCComboBox.qml | 1 - src/VehicleSetup/FirmwareUpgrade.qml | 1 - 2 files changed, 2 deletions(-) diff --git a/src/QmlControls/QGCComboBox.qml b/src/QmlControls/QGCComboBox.qml index 4341e188e..f393b8e4f 100644 --- a/src/QmlControls/QGCComboBox.qml +++ b/src/QmlControls/QGCComboBox.qml @@ -15,7 +15,6 @@ 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 ebd6a2135..78f8bdff3 100644 --- a/src/VehicleSetup/FirmwareUpgrade.qml +++ b/src/VehicleSetup/FirmwareUpgrade.qml @@ -376,7 +376,6 @@ QGCView { style: TextAreaStyle { textColor: qgcPal.text backgroundColor: qgcPal.windowShade - renderType: Text.QtRendering } } } // QGCViewPabel -- 2.22.0