X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83f3dd45be83ffe093e7d5523453a50d3dac4ab7..67a92fff32cff63951c30a10f92210df42b263b7:/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