Fix drawing of wxCheckListBox in dark mode in wxMSW Use "DarkMode_Explorer::Button" for the check box metrics and drawing as "BUTTON" theme simply doesn't support them in dark mode and using it resulted in check boxes in wxCheckListBox not being drawn at all. Closes #26561.
Implement support for switching between light/dark modes in wxMSW Replace MSWGetDarkModeSupport() with MSWSetDarkOrLightMode() which can now be called to initialize dark mode for a window or to switch it from one mode to the other and call this function when the mode changes. Closes #26516.
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help