GuiProcessEvents only processes events on the GUI thread
This commit is contained in:
parent
64108f0b10
commit
4f406b274e
|
@ -997,6 +997,7 @@ void* Bridge::processMessage(GUIMSG type, void* param1, void* param2)
|
|||
break;
|
||||
|
||||
case GUI_PROCESS_EVENTS:
|
||||
if(GetCurrentThreadId() == mMainThreadId)
|
||||
QCoreApplication::processEvents();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue