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