No longer refresh GUI. They can click the refresh button themselves, lazy jerks.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user