(self, event)
| 141 | self.drawTimer.Start(REDRAW_DELAY, True) |
| 142 | |
| 143 | def OnFitRemoved(self, event): |
| 144 | event.Skip() |
| 145 | self.clearCache(reason=GraphCacheCleanupReason.fitRemoved, extraData=event.fitID) |
| 146 | self.ctrlPanel.OnFitRemoved(event) |
| 147 | self.draw() |
| 148 | |
| 149 | # Target profile events |
| 150 | def OnProfileRenamed(self, event): |
nothing calls this directly
no test coverage detected