No longer refresh GUI. They can click the refresh button themselves, lazy jerks.

This commit is contained in:
Ebag333
2016-10-21 19:28:54 -07:00
parent 595c139ca8
commit 2b1abfc9b2

View File

@@ -353,9 +353,6 @@ class ItemParams (wx.Panel):
event.Skip()
def ExportItemStats(self, event):
self.UpdateList()
event.Skip()
exportFileName = self.item.name + " (" + str(self.item.ID) + ").csv"
saveFileDialog = wx.FileDialog(self, "Save CSV file", "", exportFileName,