wxPySimpleApp calls wxInitAllImageHandlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -811,6 +811,7 @@ class wxPySimpleApp(wxApp):
|
|||||||
def __init__(self, flag=0):
|
def __init__(self, flag=0):
|
||||||
wxApp.__init__(self, flag)
|
wxApp.__init__(self, flag)
|
||||||
def OnInit(self):
|
def OnInit(self):
|
||||||
|
wxInitAllImageHandlers()
|
||||||
return true
|
return true
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1736,6 +1736,7 @@ class wxPySimpleApp(wxApp):
|
|||||||
def __init__(self, flag=0):
|
def __init__(self, flag=0):
|
||||||
wxApp.__init__(self, flag)
|
wxApp.__init__(self, flag)
|
||||||
def OnInit(self):
|
def OnInit(self):
|
||||||
|
wxInitAllImageHandlers()
|
||||||
return true
|
return true
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user