-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Played checkbox in unchecked state not correctly displayed #12419
Comments
Do you mean the slightly accentuated top/left border? My guess is that this is some change between Qt 5 and 6 in the way they render checkboxes, which presumably also caused #11908. Since it's only a minor stylistic glitch, I am not sure if it is worth fixing, given that we want to move to Qt 6 anyway. Unless, of course, the fix is trivial and doesn't break the styling on Qt 6. cc @ronso0 |
I am fine if you think this is expected for Qt 5. Was slightly surprised as 2.3.6 shows the checkbox as expected and does not use that fake 3D checkbox style 🙈. Please don't let this delay 2.4 especially since 2.5 looks great. |
Seems to be a special macOS Qt bug. @foss- Does it look like that in all skins? Just trying to understand what's happening. @fwcd do you also run macOS 13.6.1? |
Hmm - this is a 2017 retina MacBook Pro however I was running Mixxx on an external screen. So you are indeed onto something. Running Mixxx without external display results in the expected checkbox on the laptop screen. With a large external 43" 4k monitor the checkbox shows in the unexpected form. Just moving the window is sufficient to make the checkbox change its appearance. |
So you just move the window a little, or to the laptop screen? However, as long as it only affects the external screen and all other icons are rendered fine we should not do anything IMO. |
I move the open window and as soon as I am on the external window the checkbox UI is wrong. Move window back to laptop screen -> checkbox is fine. Doesn't matter on which monitor Mixxx is first opened. |
Bug Description
The problem is limited to the 2.4. 2.3.6 and 2.5 do display the checkbox as expected.
2.4-beta-283-g695e9f594b
macOS 13.6.1 (intel mac)
2.3.6

2.4 2023-12-10

2.5 2023-12-10

The code in main was touched october 2023: #12050 polite ping @fwcd
see also #10721
Version
2.4-beta-283-g695e9f594b
OS
macOS 13.6.1 (intel mac)
The text was updated successfully, but these errors were encountered: