wxWidgets/interface
Vadim Zeitlin 9890cf6bac Return empty string from wxColour::GetAsString() if it's invalid
This is consistent with wxToString(wxColour) and seems more useful than
either returning black string representation (as wxMSW used to do) or
asserting (as wxGTK did).

Document this behaviour and add a test checking for it.

Closes #18623.
2020-07-11 14:31:54 +02:00
..
wx Return empty string from wxColour::GetAsString() if it's invalid 2020-07-11 14:31:54 +02:00
check_syntax.sh