Commit mutated data before destroying window

This commit is contained in:
DarkPhoenix
2019-05-03 22:28:29 +03:00
parent bb9b3780ae
commit 321b939d3a

View File

@@ -146,8 +146,8 @@ class ItemStatsDialog(wx.Dialog):
event.Skip()
def closeEvent(self, event):
self.closeWindow()
self.container.onParentClose()
self.closeWindow()
event.Skip()
def closeWindow(self):