Make sure calling stag2 is the last thing that happens, else there's crashing chances

This commit is contained in:
cncfanatics
2010-10-25 18:01:54 +02:00
parent f4980016e7
commit d4bcabed3a

View File

@@ -164,8 +164,8 @@ class CategoryItem(wx.Window):
pos = event.GetPosition()
x,y = pos
self.shipBrowser.stage2(self.categoryID)
event.Skip()
self.shipBrowser.stage2(self.categoryID)
def enterW(self,event):
self.highlighted = 1