(self)
| 18 | wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=())) |
| 19 | |
| 20 | def Destroy(self): |
| 21 | # todo: This unbind caused fits to not recalc when switching to their tabs; find out why |
| 22 | # self.parent.Unbind(EVT_NOTEBOOK_PAGE_CHANGED) |
| 23 | wx.Panel.Destroy(self) |
| 24 | |
| 25 | def pageChanged(self, event): |
| 26 | if self.parent.IsActive(self): |
no outgoing calls
no test coverage detected