mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-09-05 01:10:12 +02:00
The ArtProvider shouldn't be cloned in this case because SetArtProvider() does not take ownership of the object in this case. Because of that, once the cloned provider goes out of scope and gets garbage collected, future uses will crash. Fixes #141.