X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14af60da8bd10a243f1839eec5796f480d24e897..c156411a0886a4b49a0c30c36153fb3c1edd4b51:/wxPython/src/helpers.cpp diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index 5ea1b5c9aa..13f96f4dbd 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -523,6 +523,8 @@ void __wxPyPreStart(PyObject* moduleDict) // Init the stock objects to a non-NULL value so SWIG doesn't create them as None wxPy_ReinitStockObjects(1); + + wxInitAllImageHandlers(); }