mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
When using wxGCDC (applies to both GDI+ and Direct2D backends) created from wxPaintDC, the default text color is white even in the dark mode. Work around this by explicitly setting the text color to the window foreground color. Closes #26788.