mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
This was dangerous because it allowed the code accidentally dereferencing wxColour to silently compile -- and do a completely wrong thing. Just add a function returning GdkRGBA explicitly and use it. See #26751.