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:
@@ -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-??)
|
||||
----------------------------
|
||||
|
Reference in New Issue
Block a user