diff --git a/src/platform/qt/Display.cpp b/src/platform/qt/Display.cpp index 7664c8748..af7cae183 100644 --- a/src/platform/qt/Display.cpp +++ b/src/platform/qt/Display.cpp @@ -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); } }