While debugging another problem in the dialogs sample, I've noticed that the shaped rich tooltip window doesn't look right in dark mode (it's fine, i.e. really shaped, in light one), as it has grey background in the "transparent" parts, see this screenshot:
I have no idea why using [NSColor clearColor] as background colour in wxNonOwnedWindowCocoaImpl::SetShap() doesn't work in dark mode, unfortunately, so I don't know how to fix this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
ok, we are overriding the background color of the toplevel window with a solid color, that's why our previous clearColor gets changed ... I'll try to find a way to change the colour on the background view but not on the NSWindow ...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #23286 as completed via e49b791.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()