Update inputs when X selection is updated

This commit is contained in:
DarkPhoenix
2019-06-25 17:42:15 +03:00
parent 2a645b1b04
commit 3aa69a6eaf
3 changed files with 44 additions and 28 deletions

View File

@@ -158,7 +158,7 @@ class GraphFrame(wx.Frame):
event.Skip()
def closeWindow(self):
from gui.builtinStatsViews.resistancesViewFull import EFFECTIVE_HP_TOGGLED # Grr gons
from gui.builtinStatsViews.resistancesViewFull import EFFECTIVE_HP_TOGGLED
self.mainFrame.Unbind(GE.FIT_CHANGED, handler=self.OnFitChanged)
self.mainFrame.Unbind(EFFECTIVE_HP_TOGGLED, handler=self.OnEhpToggled)
self.ctrlPanel.unbindExternalEvents()