MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / OnLeaveWindow

Method OnLeaveWindow

graphs/gui/lists.py:108–112  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

106 event.Skip()
107
108 def OnLeaveWindow(self, event):
109 self.SetToolTip(None)
110 self.hoveredRow = None
111 self.hoveredColumn = None
112 event.Skip()
113
114 def handleDrag(self, type, fitID):
115 if type == 'fit' and not self.containsFitID(fitID):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected