0001480: custom paper size is not editable for 2nd and any additional invocations of the report
svn: r9570
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user