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

Method OnWindowLeave

gui/pyfa_gauge.py:89–91  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

87 self.Refresh()
88
89 def OnWindowLeave(self, event):
90 self._show_remaining = False
91 self.Refresh()
92
93 def GetBorderColour(self):
94 return self._border_colour

Callers

nothing calls this directly

Calls 1

RefreshMethod · 0.45

Tested by

no test coverage detected