Files
wxWidgets/samples
Vadim Zeitlin bbdbee3e57 Use wxArtProvider::GetBitmapBundle() in the AUI sample
This sweeps under the carpet the regression which resulted in bitmaps
returned from wxArtProvider::GetBitmap() not looking the same since
starting to use wxBitmapBundle in AUI, but OTOH it just doesn't seem
possible to both preserve the compatibility and allow actually using
appropriate, not scaled, bitmaps in different resolutions.

The new code is as simple as the old version, follows the official
advice to use GetBitmapBundle() rather than GetBitmap(), and looks good
in high DPI, which should compensate for the behaviour change.
2022-01-13 17:34:49 +00:00
..
2021-09-07 19:23:31 +02:00
2021-09-07 19:23:31 +02:00
2021-09-07 19:23:31 +02:00
2021-09-07 19:23:31 +02:00
2021-11-03 13:35:24 +01:00
2021-10-20 16:34:38 +01:00