Skip to content

QComboBox: fix select all columns in the view

David Faure requested to merge dfaure/qtbase:work/dfaure/b3b28faf into kde/5.15

When the QComboBox gets a custom view with multiple columns, only the first one is selected even the selection mode of the view is SelectRows. The selection changes afterwards properly honor the mode though. Therefore check for the selection mode and call setCurrentIndex() with the appropriate flags.

Fixes: QTBUG-86776 Pick-to: 6.0 Pick-to: 5.15 Change-Id: Ieba7b9e009358e7b6e802b7847640161ec776c64 Reviewed-by: Friedemann Kleint Friedemann.Kleint@qt.io Reviewed-by: Volker Hilsheimer volker.hilsheimer@qt.io (cherry picked from commit b3b28faf)

Merge request reports