mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Reuse the already existing code in darkmode.cpp by extracting it into SetTheme() function and call it from task dialog dark mode code. Also add a helper wxHasRealDarkTheme() function to make the code more readable.