mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
No need to call wx.InitAllImageHandlers any more, it is called when wx is first imported.
This commit is contained in:
@@ -220,7 +220,6 @@ class DemoApp(wx.App):
|
||||
"""
|
||||
|
||||
def OnInit(self):
|
||||
wx.InitAllImageHandlers()
|
||||
frame = DrawFrame(None, wx.ID_ANY,
|
||||
title = "Plotting Test",
|
||||
size = (700,400) )
|
||||
|
||||
Reference in New Issue
Block a user