diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/controls/ComboBox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml index 5a8b2cefc..67a24f4f9 100644 --- a/src/controls/ComboBox.qml +++ b/src/controls/ComboBox.qml @@ -336,7 +336,7 @@ Control { SystemPalette { id: syspal } property bool blockUpdate: false - property string prevText: null + property string prevText function find (text, searchType) { for (var i = 0 ; i < popupItems.count ; ++i) { |
