7678: typo, missing self argument on fallback for personpos_at_angle()
This commit is contained in:
parent
7d849d39cf
commit
ed284d44a5
@ -801,7 +801,7 @@ class FanChartBaseWidget(Gtk.DrawingArea):
|
|||||||
"""
|
"""
|
||||||
return TYPE_BOX_NORMAL
|
return TYPE_BOX_NORMAL
|
||||||
|
|
||||||
def personpos_at_angle(generation, angledeg, btype):
|
def personpos_at_angle(self, generation, angledeg, btype):
|
||||||
"""
|
"""
|
||||||
returns the person in generation generation at angle of type btype.
|
returns the person in generation generation at angle of type btype.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user