Fixed a visual bug in shipbrowser - fititem

This commit is contained in:
HomeWorld
2010-11-28 15:02:16 +02:00
parent ae34992acf
commit ae6cc539f1

View File

@@ -1483,6 +1483,7 @@ class FitItem(wx.Window):
def selectFit(self, event=None):
wx.PostEvent(self.mainFrame, FitSelected(fitID=self.fitID))
self.Parent.RefreshList(True)
def NHitTest(self, target, position, area):
x, y = target