Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files
svn: r9713
This commit is contained in:
@@ -275,9 +275,9 @@ class RelGraphReport(Report):
|
||||
color = self.colors['unknown']
|
||||
elif self.colorize == 'filled':
|
||||
if style != "":
|
||||
style += ",filled"
|
||||
style += ",filled"
|
||||
else:
|
||||
style = "filled"
|
||||
style = "filled"
|
||||
if gender == person.MALE:
|
||||
fill = self.colors['male']
|
||||
elif gender == person.FEMALE:
|
||||
@@ -512,3 +512,4 @@ register_report(
|
||||
author_email ="brian@gramps-project.org"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user