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: