mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Corrects minor bug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user