get option value from correct field
svn: r4039
This commit is contained in:
parent
09d374c608
commit
68a398d2a3
@ -1,3 +1,7 @@
|
||||
2005-02-16 Eero Tamminen <eerot@sf>
|
||||
* src/plugins/GraphViz.py: 'pagesv' value comes from 'vpages'
|
||||
field, not 'hpages'
|
||||
|
||||
2005-02-16 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/DisplayModels.py: don't override on_row_deleted
|
||||
|
||||
|
@ -726,7 +726,7 @@ class GraphVizOptions(ReportOptions.ReportOptions):
|
||||
self.options_dict['marglr'] = self.lr_margin_sb.get_value()
|
||||
self.options_dict['dashedl'] = int(self.adoptionsdashed_cb.get_active())
|
||||
self.options_dict['pagesh'] = self.hpages_sb.get_value_as_int()
|
||||
self.options_dict['pagesv'] = self.hpages_sb.get_value_as_int()
|
||||
self.options_dict['pagesv'] = self.vpages_sb.get_value_as_int()
|
||||
self.options_dict['showfamily'] = int(self.show_families_cb.get_active())
|
||||
self.options_dict['incid'] = int(self.includeid_cb.get_active())
|
||||
self.options_dict['placecause'] = int(self.place_cause_cb.get_active())
|
||||
|
Loading…
Reference in New Issue
Block a user