Show "Effective" prefix when resists are not ignored
This commit is contained in:
@@ -205,6 +205,8 @@ class GraphFrame(wx.Frame):
|
||||
|
||||
def OnGraphOptionChanged(self, event):
|
||||
event.Skip()
|
||||
if getattr(event, 'refreshAxeLabels', False):
|
||||
self.ctrlPanel.refreshAxeLabels()
|
||||
self.clearCache(reason=GraphCacheCleanupReason.optionChanged)
|
||||
self.draw()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user