projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reSWIGged
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
docview.py
diff --git
a/wxPython/wx/lib/docview.py
b/wxPython/wx/lib/docview.py
index 2c47b8d0cbf50db0f776a34639ae0e4a51e264de..dff329174c3d4e2f39fd6c21cc1c570c89c24f62 100644
(file)
--- a/
wxPython/wx/lib/docview.py
+++ b/
wxPython/wx/lib/docview.py
@@
-2896,7
+2896,7
@@
class DocPrintout(wx.Printout):
"""
Not quite sure why this was overridden, but it was in wxWindows! :)
"""
- if not wx.Printout.
base_
OnBeginDocument(self, startPage, endPage):
+ if not wx.Printout.OnBeginDocument(self, startPage, endPage):
return False
return True