X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b881fc787d2823bdd8a415080b82feee90804a17..c306c1e0f6c9e675aba8206f56cbf261d2506e41:/wxPython/wx/lib/splashscreen.py 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