wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Fixes for appearance of `wxStaticText` and `wxNotebook` in dark mode under MSW #24485

Closed vadz closed 3 weeks ago

vadz commented 4 weeks ago

This fixes the problem with switching wxStaticText into disabled appearance if it was repainted while one of the parent windows was disabled and changes wxNotebook appearance to be more like in the light mode (colours notwithstanding).

The latter part is more subjective, but I think it looks better now. But please let me know if anybody disagrees.