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

Method OnFitChanged

gui/additionsPane.py:116–121  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

114 self.parent.SetSashPosition(self.old_pos, True)
115
116 def OnFitChanged(self, event):
117 event.Skip()
118 activeFitID = self.mainFrame.getActiveFit()
119 if activeFitID is not None and activeFitID not in event.fitIDs:
120 return
121 self.updateExtraText()
122
123 def OnNotesChanged(self, event):
124 event.Skip()

Callers

nothing calls this directly

Calls 2

updateExtraTextMethod · 0.95
getActiveFitMethod · 0.45

Tested by

no test coverage detected