Don't destroy ItemStats window on close. Instead, Skip() the event so that it can finish processing events correctly. (#1650)
This commit is contained in:
@@ -149,7 +149,7 @@ class ItemStatsDialog(wx.Dialog):
|
||||
ItemStatsDialog.counter -= 1
|
||||
self.parentWnd.UnregisterStatsWindow(self)
|
||||
|
||||
self.Destroy()
|
||||
event.Skip()
|
||||
|
||||
|
||||
class ItemStatsContainer(wx.Panel):
|
||||
|
||||
Reference in New Issue
Block a user