microscope-cockpit / cockpit

Cockpit is a microscope graphical user interface. It is a flexible and easy to extend platform aimed at life scientists using bespoke microscopes.
https://microscope-cockpit.org
GNU General Public License v3.0
35 stars 26 forks source link

Button text is not readable under OS-X dark themes #520

Closed mickp closed 2 years ago

mickp commented 5 years ago

With a dark theme under OS-X, the windows and buttons are drawn using colours from the light theme, but their labels are rendered with a colour from the dark theme - the result is light text on a light background.

This is odd, because we're using native buttons, and they work fine for dark themes under GTK. Perhaps wxWidgets' SYS_COLOUR entires haven't yet caught up with the recently-introduced theming?

iandobbie commented 2 years ago

I suspect that somewhere along the way apple/wx have fixed this as my current system macos 11.6 doesnt have this problem.

I have also created an issue for generalised macos dark mode issues #782

Closing