mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
This change updates the colors in the top level window title bar, menu bar, etc, with dark/light theme change. wxMSWDarkMode::EnableForTLW() is renamed to ConfigureTLW() as this function can now either enable or disable the use of dark theme. Closes #26425.