MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / pageChanged

Method pageChanged

gui/builtinViews/emptyView.py:25–32  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

23 wx.Panel.Destroy(self)
24
25 def pageChanged(self, event):
26 if self.parent.IsActive(self):
27 fitID = None
28 # sFit = Fit.getInstance()
29 # sFit.switchFit(fitID)
30 wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=(fitID,)))
31
32 event.Skip()

Callers

nothing calls this directly

Calls 1

IsActiveMethod · 0.80

Tested by

no test coverage detected