(self)
| 345 | event.Skip() |
| 346 | |
| 347 | def getActiveCharacter(self): |
| 348 | selection = self.charChoice.GetCurrentSelection() |
| 349 | return self.charChoice.GetClientData(selection) if selection not in (None, -1) else None |
| 350 | |
| 351 | def exportFitting(self, event): |
| 352 | sPort = Port.getInstance() |