Merge branch 'explicit-image-from-xpm'

Make wxImage ctor from XPM data explicit to avoid surprising behaviour.

See https://github.com/wxWidgets/wxWidgets/pull/2332

Closes #19149.
This commit is contained in:
Vadim Zeitlin
2021-04-20 00:19:24 +01:00
19 changed files with 150 additions and 15 deletions

View File

@@ -183,6 +183,9 @@ Changes in behaviour which may result in build errors
- wxGridEvent methods GetRow() and GetCol() are no longer virtual.
- wxImage constructor from XPM data is now explicit, write "wxImage(xpmData)"
instead of just "xpmData" if you really need to use it.
3.1.6: (released 2021-06-??)
----------------------------