Rework implant UI commands
This commit is contained in:
@@ -218,7 +218,7 @@ class ImplantDisplay(d.Display):
|
||||
col = self.getColumn(event.Position)
|
||||
if col == self.getColIndex(State):
|
||||
fitID = self.mainFrame.getActiveFit()
|
||||
self.mainFrame.command.Submit(cmd.GuiToggleImplantCommand(fitID, row))
|
||||
self.mainFrame.command.Submit(cmd.GuiToggleImplantStateCommand(fitID, row))
|
||||
|
||||
def spawnMenu(self, event):
|
||||
sel = self.GetFirstSelected()
|
||||
|
||||
Reference in New Issue
Block a user