Fix printing?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1136,7 +1136,7 @@ class PlotPrintout(wx.Printout):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def GetPageInfo(self):
|
def GetPageInfo(self):
|
||||||
return (0, 1, 1, 1) # disable page numbers
|
return (1, 1, 1, 1) # disable page numbers
|
||||||
|
|
||||||
def OnPrintPage(self, page):
|
def OnPrintPage(self, page):
|
||||||
dc = FloatDCWrapper(self.GetDC()) # allows using floats for certain functions
|
dc = FloatDCWrapper(self.GetDC()) # allows using floats for certain functions
|
||||||
|
Reference in New Issue
Block a user