MSW: change wxBitmap to wxBitmapBundle in wxBitmapComboBox

This commit is contained in:
Alexander Koshelev 2022-01-19 10:44:02 +03:00
parent f0c6b42ad0
commit d225b8d56c
5 changed files with 61 additions and 53 deletions

View file

@ -143,6 +143,9 @@ Changes in behaviour not resulting in compilation errors
Changes in behaviour which may result in build errors
-----------------------------------------------------
- wxBitmapComboBoxBase::SetItemBitmap() changed argument's type from wxBitmap
to wxBitmapBundle.
- "webview" library is not included in `wx-config --libs` output any more, you
need to request it explicitly, e.g. `wx-config --libs std,webview`.