Skip to content

Paint frame before contents

David Edmundson requested to merge work/d_ed/selector_style into master

KSelector has custom contents combined wtih a frame from the style.

Styles may choose to paint an opaque background. For that reason it's important to paint the frame before the contents.

This brings us in line with other Qt widgets that use frames.

CCBUG: 454031

Merge request reports