wxwidgets/tests/graphics
Vadim Zeitlin 4d48e47811 Fix regression in destroying wxArtProvider objects
Don't delete the art provider object in Remove() as this contradicted
its contract and do restore the call to Remove() from wxArtProvider dtor
as it's actually documented to work.

This fixes a regression due to the changes of 4a294caacd (Stop using
macro-based wxList in wxArtProvider code, 2023-04-11).

Closes #23513.

Closes #23529.
2023-05-08 15:13:35 +01:00
..
affinematrix.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bitmap.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bmpbundle.cpp Fix regression in destroying wxArtProvider objects 2023-05-08 15:13:35 +01:00
boundingbox.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
clipper.cpp Enable wxPaintDC-related tests under wxOSX 2023-01-04 21:59:10 +01:00
clippingbox.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
colour.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
coords.cpp Refactor tests to utilize sections 2022-12-06 22:32:35 +01:00
ellipsization.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
graphbitmap.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
graphmatrix.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
graphpath.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
imagelist.cpp Check wxImageList validity in all of its methods 2022-11-26 23:29:13 +01:00
measuring.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00