0001480: custom paper size is not editable for 2nd and any additional invocations of the report
svn: r9570
This commit is contained in:
parent
7aa7acb355
commit
9da5862816
@ -1,3 +1,7 @@
|
||||
2007-12-23 Brian Matherly <brian@gramps-project.org>
|
||||
* src/ReportBase/_PaperMenu.py: 0001480: custom paper size is not editable
|
||||
for 2nd and any additional invocations of the report
|
||||
|
||||
2007-12-23 Brian Matherly <brian@gramps-project.org>
|
||||
* src/ReportBase/_Bibliography.py:
|
||||
Fix 0001393: Detailed descendant report crash on too many references.
|
||||
|
@ -186,6 +186,8 @@ class PaperFrame(gtk.HBox):
|
||||
self.paper_table.show_all()
|
||||
self.add(self.paper_table)
|
||||
|
||||
self.size_changed(None)
|
||||
|
||||
def size_changed(self, obj):
|
||||
"""Paper size combobox 'changed' callback."""
|
||||
size, name = self.get_paper_size()
|
||||
|
Loading…
Reference in New Issue
Block a user