X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c67cbec021bf8d96c428b9f376b08a851c0864b..1b6f93fcfe211e81c77d7485c4c3786a846c84df:/wxPython/demo/MDISashDemo.py?ds=sidebyside 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)