Summary: | widget misalignment with the "Macintosh" native platform theme | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kguiaddons | Reporter: | RJVB <rjvbertin> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | major | CC: | cfeck, simonandric5 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot of kcalc5 showing the widget rendering glitch when using the native "macintosh" widget style on OS X. The upper instance uses the regular Cocoa QPA, the lower instance the XCB QPA. |
Description
RJVB
2016-05-23 07:49:50 UTC
Created attachment 99140 [details]
Screenshot of kcalc5 showing the widget rendering glitch when using the native "macintosh" widget style on OS X. The upper instance uses the regular Cocoa QPA, the lower instance the XCB QPA.
> but I actually have no idea where the bug might be These bugs are already reported: - kcalc, see bug 339670 - kurlnavigator, see bug 296845 - kmultitabbar, see bug 296810 If there are additional cases, please report them separately. I am closing this unspecific bug. The bugs are in the "handmade" widgets, that paint using QStyle, but do not calculate metrics the way QMacStyle does. Only Mac developers will be able to debug this, as the Mac style uses Aqua, which is not available on Linux. *** This bug has been marked as a duplicate of bug 339670 *** Are you saying this should be corrected in individual applications rather than in some library somewhere? Is the `Qt::WA_LayoutUsesWidgetRect` attribute in any way involved? |