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.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 4dc8ca39..7891cd44 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -628,6 +628,7 @@ Control {
function toggleShow() {
if (popup.__popupVisible) {
popup.__dismissMenu()
+ popup.__destroyAllMenuPopups()
} else {
if (items[__selectedIndex])
items[__selectedIndex].checked = true