QmlDesigner: Fix ComboBox not closing

Change-Id: I562005d3102efafc52cc01b161aeaeba56581095
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2023-09-13 16:47:48 +02:00
committed by Henning Gründl
parent ffd23a68a2
commit 91029f9752

View File

@@ -147,9 +147,9 @@ T.ComboBox {
id: itemDelegate
onClicked: {
comboBoxPopup.close()
control.currentIndex = index
control.activated(index)
comboBoxPopup.close()
}
width: control.width