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

Method OnMouseLeave

graphs/gui/vector.py:246–251  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

244 self.SetFocus()
245
246 def OnMouseLeave(self, event):
247 event.Skip()
248 if self.HasFocus():
249 if self._savedFocusedWindow is not None:
250 self._savedFocusedWindow.SetFocus()
251 self._savedFocusedWindow = None
252
253 def SendChangeEvent(self):
254 changeEvent = wx.CommandEvent(self.myEVT_VECTOR_CHANGED, self.GetId())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected