Imba pro race selector enabled

This commit is contained in:
HomeWorld
2011-07-20 22:24:29 +03:00
parent df1a2d5761
commit 51dd9864f2

View File

@@ -574,7 +574,7 @@ class ShipBrowser(wx.Panel):
self.navpanel = NavigationPanel(self)
mainSizer.Add(self.navpanel, 0 , wx.EXPAND)
self.raceselect = RaceSelector(self, layout = layout, animate = False)
self.raceselect = RaceSelector(self, layout = layout, animate = True)
container = wx.BoxSizer(wx.VERTICAL if layout == wx.HORIZONTAL else wx.HORIZONTAL)
if layout == wx.HORIZONTAL: