Restrict projected view after speaking with CCP Larrikin about mechanics

This commit is contained in:
blitzmann
2016-07-04 11:18:47 -04:00
parent 72e77d2264
commit 1c194b67f3

View File

@@ -162,7 +162,7 @@ class ProjectedView(d.Display):
sFit = service.Fit.getInstance()
fit = sFit.getFit(event.fitID)
self.Parent.Parent.DisablePage(self, not fit)
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: