Show report frames being used, instead of hiding frames that aren't

being used.  It makes for a much cleaner opening of the dialog window.


svn: r639
This commit is contained in:
David Hampton
2001-12-19 18:40:12 +00:00
parent 913c0df81e
commit 26354c3b67
6 changed files with 73 additions and 47 deletions

View File

@@ -926,7 +926,6 @@ class WebReportDialog(ReportDialog):
"""The format frame is not used in this dialog. Hide it, and
set the output notebook to always display the html template
page."""
self.topDialog.get_widget("format_frame").hide()
self.output_notebook.set_page(1)
def setup_other_frames(self):