Fixed an oopsie in stage3, forgot to thaw when there are no more fits to be shown

This commit is contained in:
HomeWorld
2011-01-16 19:02:12 +02:00
parent 9252e579e1
commit 4348e42bfb

View File

@@ -226,6 +226,7 @@ class ShipBrowser(wx.Panel):
if len(fitList) == 0:
stage,data = self.browseHist.pop()
self.lpane.Thaw()
self.hpane.gotoStage(stage,data)
return
self.hpane.ToggleFitViewModeSB(False)