mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
With these changes, wxApp::SetAppearance() and wxApp::MSWEnableDarkMode() can change the dark/light mode at any time. They can be called before or after windows are created, and can be called more than once. The widgets sample has new menu commands to demonstrate this. Closes #26734.