Fix issue with closing item stats
This commit is contained in:
@@ -63,7 +63,7 @@ class ItemStats(ContextMenu):
|
||||
size = wx.DefaultSize
|
||||
pos = wx.DefaultPosition
|
||||
ItemStatsDialog(stuff, fullContext, pos, size, maximized)
|
||||
lastWnd.closeEvent(None)
|
||||
lastWnd.Close()
|
||||
|
||||
else:
|
||||
ItemStatsDialog(stuff, fullContext)
|
||||
|
||||
Reference in New Issue
Block a user