Changed dmgpattern editor to modal dialog
This commit is contained in:
@@ -17,4 +17,6 @@ class DamagePattern(ContextMenu):
|
||||
|
||||
def activate(self, context, selection, i):
|
||||
dlg=DmgPatternEditorDlg(self.mainFrame)
|
||||
dlg.ShowModal()
|
||||
dlg.Destroy()
|
||||
DamagePattern.register()
|
||||
|
||||
Reference in New Issue
Block a user