Fix of bug #2140, filled hexagon in stead of outline

svn: r10685
This commit is contained in:
Peter Landgren 2008-05-06 14:48:23 +00:00
parent f902891c81
commit df5c670391
3 changed files with 3 additions and 0 deletions

View File

@ -893,6 +893,7 @@ class FamilyLinesReport(Report):
style = "rounded"
else:
shape = "hexagon"
style = "solid"
if self._colorize == 'colored':
if gender == person.MALE:
color = self._colors['male']

View File

@ -201,6 +201,7 @@ class HourGlassReport(Report):
style = "rounded"
else:
shape = "hexagon"
style = "solid"
if self.colorize == 'colored':
if gender == person.MALE:
color = self.colors['male']

View File

@ -272,6 +272,7 @@ class RelGraphReport(Report):
style = "rounded"
else:
shape = "hexagon"
style = "solid"
if self.colorize == 'colored':
if gender == person.MALE:
color = self.colors['male']