misc fixes

This commit is contained in:
Ryan Holmes
2017-06-12 21:09:50 -04:00
parent 951b35a345
commit 361f7fc5bb
9 changed files with 28 additions and 28 deletions

View File

@@ -96,7 +96,7 @@ class StatsPane(wx.Panel):
i = 0
for viewName in self.DEFAULT_VIEWS:
tp = TogglePanel(self)
contentPanel = tp.GetContentPane()
contentPanel = tp.GetContentPanel()
contentPanel.viewName = viewName
try: