Revert "Imba pro race selector enabled"

This reverts commit 51dd9864f2.
This commit is contained in:
HomeWorld
2011-07-20 22:34:59 +03:00
parent 51dd9864f2
commit ead886c323

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 = True)
self.raceselect = RaceSelector(self, layout = layout, animate = False)
container = wx.BoxSizer(wx.VERTICAL if layout == wx.HORIZONTAL else wx.HORIZONTAL)
if layout == wx.HORIZONTAL: