From b0bc359f384c598158b97ef76163fcbfc5cfb24c Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 12 Feb 2002 05:06:58 +0000 Subject: [PATCH] Catch the redraw event for setting output notebook svn: r769 --- gramps/src/Report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/src/Report.py b/gramps/src/Report.py index 2c110fb09..448e926e5 100644 --- a/gramps/src/Report.py +++ b/gramps/src/Report.py @@ -187,6 +187,7 @@ class ReportDialog: self.setup_report_options_frame() self.setup_other_frames() self.window.show_all() + self.setup_post_process() # Allow for post processing of the format frame, since the # show_all task calls events that may reset values