Merge branch 'master' into test-3

# Conflicts:
#	config.py
#	eos/effects/warpdisruptsphere.py
#	service/update.py
This commit is contained in:
blitzmann
2018-03-25 13:16:07 -04:00
50 changed files with 242 additions and 28 deletions

View File

@@ -135,7 +135,7 @@ class CargoView(d.Display):
sFit = Fit.getInstance()
fit = sFit.getFit(event.fitID)
self.Parent.Parent.DisablePage(self, not fit or fit.isStructure)
# self.Parent.Parent.DisablePage(self, not fit or fit.isStructure)
# Clear list and get out if current fitId is None
if event.fitID is None and self.lastFitId is not None: