Show "Effective" prefix when resists are not ignored

This commit is contained in:
DarkPhoenix
2019-08-05 10:26:17 +03:00
parent 858719aad8
commit deb772f0a7
4 changed files with 23 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class GraphDmgIgnoreResistsMenu(ContextMenuUnconditional):
def activate(self, callingWindow, fullContext, i):
self.settings.set('ignoreResists', not self.settings.get('ignoreResists'))
wx.PostEvent(self.mainFrame, GE.GraphOptionChanged())
wx.PostEvent(self.mainFrame, GE.GraphOptionChanged(refreshAxeLabels=True))
def isChecked(self, i):
return self.settings.get('ignoreResists')