mirror of https://github.com/mgba-emu/mgba.git
Don't block while forcing a draw
This commit is contained in:
parent
d52be5b3d9
commit
4a9ab53231
|
@ -58,7 +58,7 @@ void Display::stopDrawing() {
|
|||
|
||||
void Display::forceDraw() {
|
||||
if (m_drawThread) {
|
||||
QMetaObject::invokeMethod(m_painter, "forceDraw", Qt::BlockingQueuedConnection);
|
||||
QMetaObject::invokeMethod(m_painter, "forceDraw", Qt::QueuedConnection);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue