Track changes to underlying modules in stats windows

This commit is contained in:
DarkPhoenix
2022-02-05 00:56:39 +03:00
parent 3024ccd176
commit be73ffd929
4 changed files with 49 additions and 5 deletions

View File

@@ -216,3 +216,4 @@ class ItemStatsContainer(wx.Panel):
mutaPanel = getattr(self, 'mutator', None)
if mutaPanel is not None:
mutaPanel.OnWindowClose()
self.params.OnWindowClose()