Always open imports in a new tab (#1432)

This commit is contained in:
blitzmann
2018-02-24 21:11:53 -05:00
parent 52754535a0
commit 15e60c3d24
2 changed files with 3 additions and 2 deletions

View File

@@ -965,7 +965,7 @@ class MainFrame(wx.Frame, IPortUser):
if len(fits) > 0:
if len(fits) == 1:
fit = fits[0]
wx.PostEvent(self, FitSelected(fitID=fit.ID))
wx.PostEvent(self, FitSelected(fitID=fit.ID, from_import=True))
wx.PostEvent(self.shipBrowser, Stage3Selected(shipID=fit.shipID, back=True))
else:
fits.sort(key=lambda _fit: (_fit.ship.item.name, _fit.name))