summaryrefslogtreecommitdiff
path: root/src/controls/ComboBox.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-10-28 09:32:26 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2015-10-28 09:32:26 +0100
commit2e48d16e4a230069884ac0585ae111037f4171fb (patch)
treed31d2dbc2be10d203721387955f2cdde451e5b95 /src/controls/ComboBox.qml
parent4cfdab4a3317b09dab9c4000b6a004d2ea0560c1 (diff)
parentd3dbbe4781c4a7137ada0324e6ec5b14fed5c859 (diff)
downloadqtquickcontrols-2e48d16e4a230069884ac0585ae111037f4171fb.tar.gz
Merge remote-tracking branch 'origin/5.5' into 5.6
Change-Id: I7177ee6f1dc74d7f0d2ac9a3aedcc8d7a00cee41
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 4e29dfe9..10702ff6 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -564,7 +564,7 @@ Control {
style: isPopup ? __style.__popupStyle : __style.__dropDownStyle
property string currentText: selectedText
- onSelectedTextChanged: if (selectedText) popup.currentText = selectedText
+ onSelectedTextChanged: popup.currentText = selectedText
property string selectedText
on__SelectedIndexChanged: {