Revert "Fix: #234"

This reverts commit 69e8952c5c.
This commit is contained in:
HomeWorld
2010-10-29 19:37:22 +03:00
parent 69e8952c5c
commit 58a80548d3
2 changed files with 3 additions and 3 deletions

2
eos

Submodule eos updated: fc317f1ba6...d22af0654d

View File

@@ -857,8 +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: