Fix for error that happens when switching to/from firepower/mining

This commit is contained in:
blitzmann
2018-01-10 00:51:21 -05:00
parent 40ce7b7c0b
commit 29d175c7b3
2 changed files with 3 additions and 3 deletions

View File

@@ -128,8 +128,8 @@ class FirepowerViewFull(StatsView):
# Remove effective label
hsizer = self.headerPanel.GetSizer()
hsizer.Remove(self.stEff)
self.stEff.Destroy()
hsizer.Hide(self.stEff)
#self.stEff.Destroy()
# Get the new view
view = StatsView.getView("miningyieldViewFull")(self.parent)