Skip to content

Commit b32f76c

Browse files
committed
Show affecting skills for charges as well
1 parent 182104a commit b32f76c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/builtinContextMenus/changeAffectingSkills.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self):
1212
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
1313

1414
def display(self, srcContext, selection):
15-
if self.mainFrame.getActiveFit() is None or srcContext not in ("fittingModule", "fittingShip"):
15+
if self.mainFrame.getActiveFit() is None or srcContext not in ("fittingModule", "fittingCharge", "fittingShip"):
1616
return False
1717

1818
self.sChar = service.Character.getInstance()

0 commit comments

Comments
 (0)