Closed gselzer closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.59%. Comparing base (
7ec66e5
) to head (5b481c6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #339
This PR, closing #339, adds a
HACK
to prevent the OS accent color from filling up theGridPlanWidget
's radio buttons on Windows 11. ThisHACK
seems to be the least-bad of the different options that could resolve the issue, which are:QScrollArea
itself, which is worse as it alters the hierarchy of the widget.@tlambert03 and/or @fdrgsp: I'd be happy for your opinions and/or testing. It looks nice to me on Windows 11, and on WSL (Wayland)