(self, callingWindow, itmContext)
| 23 | return self.mainFrame.getActiveFit() is not None |
| 24 | |
| 25 | def getText(self, callingWindow, itmContext): |
| 26 | return _t("Factor in Reload Time") |
| 27 | |
| 28 | def activate(self, callingWindow, fullContext, i): |
| 29 | fitIDs = Fit.getInstance().toggleFactorReload() |