Fix of bug 2139, filled hexagon should be outline
svn: r10684
This commit is contained in:
@ -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']
|
||||
|
Reference in New Issue
Block a user