Don't block while forcing a draw
Jeffrey Pfau jeffrey@endrift.com
Thu, 16 Oct 2014 00:19:11 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/Display.cpp
→
src/platform/qt/Display.cpp
@@ -58,7 +58,7 @@ }
void Display::forceDraw() { if (m_drawThread) { - QMetaObject::invokeMethod(m_painter, "forceDraw", Qt::BlockingQueuedConnection); + QMetaObject::invokeMethod(m_painter, "forceDraw", Qt::QueuedConnection); } }