From ead886c3239163237635b318545ff6a790473f3c Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 20 Jul 2011 22:34:59 +0300 Subject: [PATCH] Revert "Imba pro race selector enabled" This reverts commit 51dd9864f2d0c286bb76ec9bc8d3b3f46cb4ee65. --- gui/shipBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index 59ea4f974..3de772624 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -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: