From 15b412cbac1cbc32b7d4e8f390d479e14a2c85c6 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Tue, 21 Aug 2012 22:04:10 +0200 Subject: [PATCH] Corrects minor bug --- ivolution/gui_wx/IvolutionWindow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ivolution/gui_wx/IvolutionWindow.py b/ivolution/gui_wx/IvolutionWindow.py index 488a5ae..1b493f8 100644 --- a/ivolution/gui_wx/IvolutionWindow.py +++ b/ivolution/gui_wx/IvolutionWindow.py @@ -495,6 +495,7 @@ class IvolutionWindow(wx.Frame, Observer, Observable): self.sb.SetStatusText("Error detected", 0) self.progressgauge.SetValue(0) wx.MutexGuiLeave() + self.process_running = False wx.MutexGuiEnter() # to avoid thread problems self.sb.SetStatusText(message[1], 1)