From 8f27768c1c35f09152b35caeab20e705086fd03f Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 16:51:28 +0200 Subject: 1.8 --- library/multithreading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/multithreading.cpp') diff --git a/library/multithreading.cpp b/library/multithreading.cpp index bb598194..c8826b11 100644 --- a/library/multithreading.cpp +++ b/library/multithreading.cpp @@ -145,6 +145,6 @@ void UpdateWhileExecuting::execute(StatusUpdater* statusUpdater) theWorkerThread->readyToBeginProcessing.Unlock(); while (receivingResult.WaitTimeout(UI_UPDATE_INTERVAL) == wxCOND_TIMEOUT) - statusUpdater->triggerUI_Refresh(); //ATTENTION: Exception "AbortThisProcess" may be thrown here!!! + statusUpdater->triggerUI_Refresh(true); //ATTENTION: Exception "AbortThisProcess" may be thrown here!!! } -- cgit