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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user