Added missing fan.childring initialization (set to false as children are shown in rings)
svn: r20714
This commit is contained in:
parent
9e381f2ad5
commit
f491fcd3f8
@ -133,6 +133,7 @@ class FanChartDescWidget(FanChartBaseWidget):
|
|||||||
self.form = form
|
self.form = form
|
||||||
self.anglealgo = angle_algo
|
self.anglealgo = angle_algo
|
||||||
self.dupcolor = hex_to_rgb(dupcolor)
|
self.dupcolor = hex_to_rgb(dupcolor)
|
||||||
|
self.childring = False
|
||||||
|
|
||||||
def gen_pixels(self):
|
def gen_pixels(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user