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 74def897..4161de56 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -352,7 +352,7 @@ Control {
verticalAlignment: Text.AlignVCenter
- renderType: Text.NativeRendering
+ renderType: __style ? __style.renderType : Text.NativeRendering
selectByMouse: true
color: __style.__syspal.text
selectionColor: __style.__syspal.highlight