Skip to content

QComboBoxListView: setAutoFillBackground to false

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
Edited by Akseli Lahtinen

Merge request reports