Skip to content

QComboBoxListView: setAutoFillBackground to false

Akseli Lahtinen requested to merge work/cherry-pick-973bc7f5 into Plasma/6.0

Fixes combobox dropdown not having outlines like it used to in Plasma 5.

The reason this happens is that when using setAutoFillBackground, the ComboBoxListView background color covers the whole frame.

Before After
image image

(cherry picked from commit 973bc7f5)

Merge request reports