]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix printing?
authorRobin Dunn <robin@alldunn.com>
Sat, 22 May 2004 03:01:08 +0000 (03:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 22 May 2004 03:01:08 +0000 (03:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/lib/plot.py

index bab8d547629bfee41b5ee0a4a7f7d08fd3a9fd58..109f89331a71d0fd9f45a33d22ec6ac1c3221748 100644 (file)
@@ -1136,7 +1136,7 @@ class PlotPrintout(wx.Printout):
             return False
 
     def GetPageInfo(self):
-        return (0, 1, 1, 1)  # disable page numbers
+        return (1, 1, 1, 1)  # disable page numbers
 
     def OnPrintPage(self, page):
         dc = FloatDCWrapper(self.GetDC())  # allows using floats for certain functions