Make sure we display full races list in other stages than stage2

This commit is contained in:
HomeWorld
2011-05-16 14:51:33 +03:00
parent 60bf53fa37
commit f35073b860

View File

@@ -521,6 +521,7 @@ class ShipBrowser(wx.Panel):
self.lpane.RefreshList()
self.lpane.Thaw()
self.raceselect.RebuildRaces(self.RACE_ORDER)
def searchStage(self, event):
@@ -555,6 +556,7 @@ class ShipBrowser(wx.Panel):
self.lpane.AddWidget(PFStaticText(self.lpane, label = "No matching results."))
self.lpane.RefreshList(doFocus = False)
self.lpane.Thaw()
self.raceselect.RebuildRaces(self.RACE_ORDER)
class PFStaticText(wx.StaticText):
def _init__(self,parent, label = wx.EmptyString):