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

Method OnPaint

gui/mainFrame.py:96–97  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

94 self.Bind(wx.EVT_ERASE_BACKGROUND, self.OnBkErase)
95
96 def OnPaint(self, event):
97 event.Skip()
98
99 def OnBkErase(self, event):
100 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected