comment out a sleep(3) that slows down empty display

This commit is contained in:
Phil Olynyk 2019-04-07 12:02:41 -04:00
parent a589981266
commit bf43724ce8

View File

@ -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;