(self, event)
| 758 | wx.PostEvent(charEditor, GE.CharChanged()) |
| 759 | |
| 760 | def spawnMenu(self, event): |
| 761 | context = (("implantEditor",),) |
| 762 | menu = ContextMenu.getMenu(self, None, None, *context) |
| 763 | |
| 764 | if menu: |
| 765 | self.PopupMenu(menu) |
| 766 | else: |
| 767 | pyfalog.debug("ContextMenu.getMenu returned false do not attempt PopupMenu") |
| 768 | |
| 769 | def determineEnabled(self): |
| 770 | char = self.Parent.Parent.entityEditor.getActiveEntity() |