X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c67cbec021bf8d96c428b9f376b08a851c0864b..521a2cb15495224d42df6116f93049800595a7ba:/wxPython/demo/MDISashDemo.py diff --git a/wxPython/demo/MDISashDemo.py b/wxPython/demo/MDISashDemo.py index 4b2b08ffd7..dca6516f6a 100644 --- a/wxPython/demo/MDISashDemo.py +++ b/wxPython/demo/MDISashDemo.py @@ -128,6 +128,7 @@ class MyParentFrame(wxMDIParentFrame): if __name__ == '__main__': class MyApp(wxApp): def OnInit(self): + wxInitAllImageHandlers() frame = MyParentFrame() frame.Show(true) self.SetTopWindow(frame)