Revert "Fix: ticket #234"

This reverts commit 97253b4ac4.
This commit is contained in:
HomeWorld
2010-10-29 19:35:24 +03:00
parent fe0978e191
commit 7ca511839f
3 changed files with 7 additions and 7 deletions

View File

@@ -857,9 +857,8 @@ class ShipItem(wx.Window):
self.tcFitName.Show(False)
if self.highlighted == 1:
self.editWasShown = 1
self.newToggleBmp = self.newBmp
self.Refresh()
self.newToggleBmp = self.newBmp
self.Refresh()
def editCheckEsc(self, event):
if event.GetKeyCode() == wx.WXK_ESCAPE: