From bf43724ce8c0c533164eab69bdd051a3daed0c06 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Sun, 7 Apr 2019 12:02:41 -0400 Subject: [PATCH] comment out a sleep(3) that slows down empty display --- oscar/Graphs/gGraphView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/Graphs/gGraphView.cpp b/oscar/Graphs/gGraphView.cpp index 451ff58f..dd62db73 100644 --- a/oscar/Graphs/gGraphView.cpp +++ b/oscar/Graphs/gGraphView.cpp @@ -1420,7 +1420,7 @@ void gGraphView::paintGL() qDebug() << "m_emptyimage is NULL"; else qDebug() << "m_emptyimage is not NULL"; - sleep(3); +// sleep(3); if (! this->m_emptyimage.isNull()) { int x = width()/2 - this->m_emptyimage.width()/2;