Merge branch 'mutaplasmids'
# Conflicts: # eve.db
This commit is contained in:
@@ -147,7 +147,7 @@ class ItemStatsDialog(wx.Dialog):
|
||||
ItemStatsDialog.counter -= 1
|
||||
self.parentWnd.UnregisterStatsWindow(self)
|
||||
|
||||
self.Destroy()
|
||||
event.Skip()
|
||||
|
||||
|
||||
class ItemStatsContainer(wx.Panel):
|
||||
@@ -166,7 +166,7 @@ class ItemStatsContainer(wx.Panel):
|
||||
|
||||
if isinstance(stuff, Module) and stuff.isMutated:
|
||||
self.mutator = ItemMutator(self.nbContainer, stuff, item)
|
||||
self.nbContainer.AddPage(self.mutator, "Multiplasmid")
|
||||
self.nbContainer.AddPage(self.mutator, "Mutations")
|
||||
|
||||
self.desc = ItemDescription(self.nbContainer, stuff, item)
|
||||
self.nbContainer.AddPage(self.desc, "Description")
|
||||
|
||||
Reference in New Issue
Block a user