From 9b1df4e96400d9cc634ae07def9f1de1758aaaa1 Mon Sep 17 00:00:00 2001 From: ccremers Date: Fri, 4 Aug 2006 21:07:45 +0000 Subject: [PATCH] - Fix. --- gui/Scytherthread.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/Scytherthread.py b/gui/Scytherthread.py index f056111..ddda13b 100644 --- a/gui/Scytherthread.py +++ b/gui/Scytherthread.py @@ -289,7 +289,6 @@ def RunScyther(mainwin,mode): # if the thread terminames, it should close the window normally, and we end up here as well. val = verifywin.ShowModal() - verifywin.Destroy() # Cursor back to normal verifywin.SetCursor(wx.StockCursor(wx.CURSOR_ARROW))