Merge pull request #712 from pyfa-org/feature/citadels
Feature/citadels
This commit is contained in:
@@ -557,7 +557,7 @@ class FittingView(d.Display):
|
||||
5: ''}
|
||||
|
||||
def slotColour(self, slot):
|
||||
return self.slotColourMap[slot] or self.GetBackgroundColour()
|
||||
return self.slotColourMap.get(slot) or self.GetBackgroundColour()
|
||||
|
||||
def refresh(self, stuff):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user