X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83f3dd45be83ffe093e7d5523453a50d3dac4ab7..5db9e0e80de7e0ddec39309ce7788e38610c8f40:/wxPython/src/_extras.py diff --git a/wxPython/src/_extras.py b/wxPython/src/_extras.py index 42a5e6f774..0e72a395d9 100644 --- a/wxPython/src/_extras.py +++ b/wxPython/src/_extras.py @@ -811,6 +811,7 @@ class wxPySimpleApp(wxApp): def __init__(self, flag=0): wxApp.__init__(self, flag) def OnInit(self): + wxInitAllImageHandlers() return true