From 3f5f656b250fb1865400bbe887bee7d39e4dd741 Mon Sep 17 00:00:00 2001 From: "Craig J. Anderson" Date: Sun, 3 Jun 2012 21:02:00 +0000 Subject: [PATCH] reverse out the changes made by fix 5733. This is fix is worse than the origional. going to fix another way. svn: r19749 --- src/plugins/drawreport/AncestorTree.py | 1 + src/plugins/drawreport/DescendTree.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/plugins/drawreport/AncestorTree.py b/src/plugins/drawreport/AncestorTree.py index 76712a5c8..466cfab8a 100644 --- a/src/plugins/drawreport/AncestorTree.py +++ b/src/plugins/drawreport/AncestorTree.py @@ -665,6 +665,7 @@ class AncestorTree(Report): #The canvas that we will put our report on and print off of self.canvas = Canvas(self.doc) + def begin_report(self): """ This report needs the following parameters (class variables) that come in the options class. diff --git a/src/plugins/drawreport/DescendTree.py b/src/plugins/drawreport/DescendTree.py index 81d629c27..df32c044a 100644 --- a/src/plugins/drawreport/DescendTree.py +++ b/src/plugins/drawreport/DescendTree.py @@ -1267,6 +1267,7 @@ class DescendTree(Report): #The canvas that we will put our report on and print off of self.canvas = Canvas(self.doc) + def begin_report(self): """ make the report in its full size and pages to print on scale one or both as needed/desired. """