Clear images when a tab is emptied, don't rename fits to "" if user cancels renaming
This commit is contained in:
@@ -176,6 +176,9 @@ class ShipBrowser(wx.Panel):
|
||||
event.Skip()
|
||||
|
||||
def changeFitName(self, event):
|
||||
if event.IsEditCancelled():
|
||||
return
|
||||
|
||||
tree = self.getActiveTree()
|
||||
item = event.Item
|
||||
newName = event.Label
|
||||
|
||||
Reference in New Issue
Block a user