aboutsummaryrefslogtreecommitdiffstats
path: root/styles/lucee/ComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'styles/lucee/ComboBox.qml')
-rw-r--r--styles/lucee/ComboBox.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/lucee/ComboBox.qml b/styles/lucee/ComboBox.qml
index 74389bec..5bf320de 100644
--- a/styles/lucee/ComboBox.qml
+++ b/styles/lucee/ComboBox.qml
@@ -54,7 +54,11 @@ T.ComboBox {
leftPadding: padding + (!control.mirrored || !indicator || !indicator.visible ? 0 : indicator.width + spacing)
rightPadding: padding + (control.mirrored || !indicator || !indicator.visible ? 0 : indicator.width + spacing)
- Cursor { }
+ Cursor {
+ onActivated: {
+ control.clicked();
+ }
+ }
delegate: ItemDelegate {
width: parent.width