Do not refresh shipbrowser when it's in stage 1, so far there is nothing to be refreshed

This commit is contained in:
HomeWorld
2010-11-03 15:11:31 +02:00
parent 52ec623e76
commit c9329334cd

View File

@@ -68,6 +68,8 @@ class ShipBrowser(wx.Panel):
def RefreshContent(self):
stage = self.GetActiveStage()
if stage == 1:
return
stageData = self.GetStageData(stage)
self.hpane.gotoStage(stage, stageData)