X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b881fc787d2823bdd8a415080b82feee90804a17..25b3661bd4cb44304418b93c0dee1d0dfb99765c:/wxPython/wx/lib/splashscreen.py?ds=inline diff --git a/wxPython/wx/lib/splashscreen.py b/wxPython/wx/lib/splashscreen.py index d616691e1f..e23dc1b5b7 100644 --- a/wxPython/wx/lib/splashscreen.py +++ b/wxPython/wx/lib/splashscreen.py @@ -93,7 +93,7 @@ class SplashScreen(wx.Frame): def OnPaint(self, event): dc = wx.PaintDC(self) - dc.DrawBitmap(self.bitmap, (0,0), False) + dc.DrawBitmap(self.bitmap, 0,0, False) def OnEraseBG(self, event): pass