Ejemplo n.º 1
0
 def showDamagePatternEditor(self, event):
     dlg = DmgPatternEditorDlg(self)
     dlg.ShowModal()
     try:
         dlg.Destroy()
     except RuntimeError:
         pyfalog.error("Tried to destroy an object that doesn't exist in <showDamagePatternEditor>.")
Ejemplo n.º 2
0
 def showDamagePatternEditor(self, event):
     dlg = DmgPatternEditorDlg(self)
     dlg.ShowModal()
     dlg.Destroy()