projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New SWIG runtime files and api updates for the move to SWIG 1.3.22
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
plot.py
diff --git
a/wxPython/wx/lib/plot.py
b/wxPython/wx/lib/plot.py
index bab8d547629bfee41b5ee0a4a7f7d08fd3a9fd58..109f89331a71d0fd9f45a33d22ec6ac1c3221748 100644
(file)
--- a/
wxPython/wx/lib/plot.py
+++ b/
wxPython/wx/lib/plot.py
@@
-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