Do not refresh shipbrowser when it's in stage 1, so far there is nothing to be refreshed
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user