Merge remote-tracking branch 'origin/master'

This commit is contained in:
blitzman
2016-08-30 23:16:12 -04:00
2 changed files with 11 additions and 11 deletions

View File

@@ -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):
'''