Bug 496759 - QListView frame not drawn when nested inside two layouts
Summary: QListView frame not drawn when nested inside two layouts
Status: CONFIRMED
Alias: None
Product: Breeze
Classification: Plasma
Component: QStyle (other bugs)
Version First Reported In: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-27 14:33 UTC by Clemens Werther
Modified: 2024-11-27 17:04 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Code to reproduce (12.88 KB, application/zip)
2024-11-27 14:33 UTC, Clemens Werther
Details
breeze_bug (13.76 KB, image/png)
2024-11-27 14:35 UTC, Clemens Werther
Details

Note You need to log in before you can comment on or make changes to this 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.