Corrects minor bug

This commit is contained in:
Julien Lengrand-Lambert
2012-08-21 22:04:10 +02:00
parent 74fea1d310
commit 15b412cbac

View File

@@ -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)