| Summary: | breeze.so breaks Qt application layout settings | ||
|---|---|---|---|
| Product: | [Plasma] Breeze | Reporter: | mathieu.westphal |
| Component: | QStyle | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | CC: | laurent.rineau, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.14.4 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
mathieu.westphal
2018-12-17 15:45:54 UTC
Looks like it is related to using setStyleSheet. See here for reference : https://gitlab.kitware.com/paraview/paraview/merge_requests/2963 Is this still happening with Breeze 5.21? If so, can you provide an example of an application that can be used to reproduce the issue? Thanks! Tbh I have no idea. You can try with an old version of ParaView, eg ParaView 5.5. I tried with the latest version of ParaView available in my distro (5.8) and couldn't reproduce the bug. Let's call it fixed. :) We fixed it in ParaView here, way before ParaView 5.8, by not using setStyleSheet. https://gitlab.kitware.com/paraview/paraview/-/merge_requests/2963 I'm fine with closing as we are not impacted anymore. Yeah in general using setStyleSheet is a good way to break things. :) See also Bug 354627. |