(self, event)
| 202 | self.ignoreRestrictionItem.SetItemLabel(_t("Disable Fitting Re&strictions")) |
| 203 | |
| 204 | def fitRenamed(self, event): |
| 205 | self.refreshUndo() |
| 206 | event.Skip() |
| 207 | |
| 208 | def refreshUndo(self): |
| 209 | command = self.mainFrame.command |
nothing calls this directly
no test coverage detected