MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / onLeftDoubleClick

Method onLeftDoubleClick

gui/builtinAdditionPanes/commandView.py:211–218  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

209 self.PopupMenu(menu)
210
211 def onLeftDoubleClick(self, event):
212 row, _ = self.HitTest(event.Position)
213 if row != -1:
214 try:
215 commandFit = self.fits[row]
216 except IndexError:
217 return
218 self.removeCommandFits([commandFit])
219
220 def removeCommandFits(self, commandFits):
221 fitID = self.mainFrame.getActiveFit()

Callers

nothing calls this directly

Calls 2

removeCommandFitsMethod · 0.95
HitTestMethod · 0.45

Tested by

no test coverage detected