]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/MDIDemo.py
Recent changes in SWIG make this patch no longer necessary
[wxWidgets.git] / wxPython / demo / MDIDemo.py
index c5298129c1ff892db66775494884d31691934118..5005daf946dbf5e89c98113a67162d39baffbb90 100644 (file)
@@ -56,7 +56,7 @@ class MyParentFrame(wxMDIParentFrame):
         while x < sz.width:
             y = 0
             while y < sz.height:
-                dc.DrawBitmap(self.bg_bmp, x, y)
+                dc.DrawBitmap(self.bg_bmp, (x, y))
                 y = y + h
             x = x + w