3688: Fanchart view is built twice when made active

svn: r14810
This commit is contained in:
Doug Blank 2010-03-14 13:46:28 +00:00
parent 2255d27455
commit d1ea3c8728

View File

@ -622,7 +622,7 @@ class FanChartView(NavigationView):
''' '''
def build_tree(self): def build_tree(self):
self.main() pass # will build when active_changes
def active_changed(self, handle): def active_changed(self, handle):
""" """