https://bugs.kde.org/show_bug.cgi?id=426800

--- Comment #2 from Oded Arbel <o...@geek.co.il> ---
The problem seems to be a behavior change in Qt 5.15.0 (regression?) and
specifically this commit:
https://code.qt.io/cgit/qt/qtbase.git/commit/src/widgets/widgets/qcombobox.cpp?id=a4ea0d9eacd574a6a96f70b138dcb111e9d11d21
where before an editable QComboBox just created had its current index set to -1
but with that commit, `setModel()` would call `trySetValidIndex()` and that
defaults to setting the current index to 0.

I have a workaround MR in invent.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to