(self, i)
| 30 | wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=tuple(fitIDs))) |
| 31 | |
| 32 | def isChecked(self, i): |
| 33 | sFit = Fit.getInstance() |
| 34 | return sFit.serviceFittingOptions["useGlobalForceReload"] |
| 35 | |
| 36 | |
| 37 | FactorReload.register() |
nothing calls this directly
no test coverage detected