Fix printing?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-05-22 03:01:08 +00:00
parent 8e0ecdd955
commit e5ce86d84f

View 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