https://bugs.kde.org/show_bug.cgi?id=423812
--- Comment #4 from Fabian Vogt <[email protected]> --- (In reply to Arjen Hiemstra from comment #3) > (In reply to Fabian Vogt from comment #1) > > CCing initial contributor of ShadowedRectangle. > > > > There's also an issue with the QtQuick Software rendering backend, the > > rectangle doesn't render. The previews are empty here: > > QMLSCENE_DEVICE=softwarecontext kcmshell5 lookandfeel > > Though that's probably a separate issue. > > This seems to be unrelated and an issue with the preview rendering. As far > as I can tell the actual rectangle is rendered correctly (it's responsible > for rendering the highlight), it just doesn't have any contents. After replacing ShadowedRectangle with just Rectangle it appears fine. By making PaintedRectangleItem::paint return early to not make it draw anything, the previews appear correctly, so it appears like it's drawing on top of the previews. -- You are receiving this mail because: You are watching all bug changes.
