mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Fix wxGrid for system color change for colors that were assigned defaults in Init(), and therefore did not update. These colors are now determined as needed during drawing. The grid sample "Colours" menu gets additional commands so you can set all these colors. Closes #26729.