fixed error 5733. Text was not scaling up/down in odt reports.
svn: r19730
This commit is contained in:
parent
0a0fb7d707
commit
7be5724892
@ -665,7 +665,6 @@ class AncestorTree(Report):
|
|||||||
#The canvas that we will put our report on and print off of
|
#The canvas that we will put our report on and print off of
|
||||||
self.canvas = Canvas(self.doc)
|
self.canvas = Canvas(self.doc)
|
||||||
|
|
||||||
def begin_report(self):
|
|
||||||
"""
|
"""
|
||||||
This report needs the following parameters (class variables)
|
This report needs the following parameters (class variables)
|
||||||
that come in the options class.
|
that come in the options class.
|
||||||
|
@ -1267,7 +1267,6 @@ class DescendTree(Report):
|
|||||||
#The canvas that we will put our report on and print off of
|
#The canvas that we will put our report on and print off of
|
||||||
self.canvas = Canvas(self.doc)
|
self.canvas = Canvas(self.doc)
|
||||||
|
|
||||||
def begin_report(self):
|
|
||||||
""" make the report in its full size and pages to print on
|
""" make the report in its full size and pages to print on
|
||||||
scale one or both as needed/desired.
|
scale one or both as needed/desired.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user