Fixed an oopsie in stage3, forgot to thaw when there are no more fits to be shown
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user