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

Method OnWindowLeave

gui/builtinShipBrowser/raceSelector.py:259–272  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

257 event.Skip()
258
259 def OnWindowLeave(self, event):
260 if self.hoveredItem is not None:
261 self.hoveredItem = None
262 self.SetCursor(wx.Cursor(wx.CURSOR_ARROW))
263 self.Refresh()
264
265 if not self.animate:
266 return
267
268 if not self.checkTimer.IsRunning():
269 self.checkTimer.Start(self.checkPeriod, wx.TIMER_ONE_SHOT)
270 self.checkMaximize = False
271
272 event.Skip()

Callers

nothing calls this directly

Calls 1

RefreshMethod · 0.45

Tested by

no test coverage detected