Skip to content
Snippets Groups Projects
Verified Commit 051545a8 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix crash on some systems because of reuseItems in completer

parent 74712ff6
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,8 @@ Control {
onContentYChanged: deadTimer.restart()
reuseItems: true
// Broken, see https://bugreports.qt.io/browse/QTBUG-102811
//reuseItems: true
implicitWidth: listView.contentItem.childrenRect.width
model: completer
verticalLayoutDirection: popup.bottomToTop ? ListView.BottomToTop : ListView.TopToBottom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment