Bug 496759

Summary: QListView frame not drawn when nested inside two layouts
Product: [Plasma] Breeze Reporter: Clemens Werther <cl3m3ns>
Component: QStyleAssignee: Plasma Bugs List <plasma-bugs-null>
Status: CONFIRMED ---    
Severity: normal CC: nate, noahadvs, uhhadd
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Code to reproduce
breeze_bug

Description Clemens Werther 2024-11-27 14:33:19 UTC
Created attachment 176169 [details]
Code to reproduce

***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
KDE Plasma Version:  6.2.3
KDE Frameworks Version: 24.08
Qt Version: 6.8.0
Comment 1 Clemens Werther 2024-11-27 14:35:06 UTC
Created attachment 176170 [details]
breeze_bug

One QListView with frame, one without. Only difference: one QListView is nested inside another QLayout.
Comment 2 Clemens Werther 2024-11-27 14:36:00 UTC
When adding a QListView inside two QLayouts, Breeze does not draw a frame around it.

Attached code shows two QListViews, one nested inside one QLayout, the other nested inside two QLayouts.