summaryrefslogtreecommitdiff
path: root/src/controls/ComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ComboBox.qml')
-rw-r--r--src/controls/ComboBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 995cdcde..44ae2433 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -369,7 +369,7 @@ Control {
verticalAlignment: Text.AlignVCenter
- font: __style && __style.editorFont !== undefined ? __style.editorFont : TextSingleton.font
+ font: __style && __style.font !== undefined ? __style.font : TextSingleton.font
renderType: __style ? __style.renderType : Text.NativeRendering
selectByMouse: true
color: SystemPaletteSingleton.text(enabled)