Get context menus working for character implants

This commit is contained in:
blitzmann
2016-03-19 18:23:34 -04:00
parent 7c787cd13b
commit 443c917c6b
4 changed files with 9 additions and 10 deletions

View File

@@ -724,7 +724,7 @@ class Fit(object):
def toggleImplantSource(self, fitID, source):
fit = eos.db.getFit(fitID)
fit.implantSource = source
eos.db.commit()
self.recalc(fit)
return True