This commit is contained in:
blitzmann
2018-02-24 22:20:24 -05:00
parent 57e67b3699
commit 2b87f91279

View File

@@ -26,7 +26,6 @@ class ChangeAmount(ContextMenu):
return u"Change {0} Quantity".format(itmContext)
def activate(self, fullContext, selection, i):
srcContext = fullContext[0]
thing = selection[0]
mainFrame = gui.mainFrame.MainFrame.getInstance()
fitID = mainFrame.getActiveFit()