mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
comment out a sleep(3) that slows down empty display
This commit is contained in:
parent
a589981266
commit
bf43724ce8
@ -1420,7 +1420,7 @@ void gGraphView::paintGL()
|
|||||||
qDebug() << "m_emptyimage is NULL";
|
qDebug() << "m_emptyimage is NULL";
|
||||||
else
|
else
|
||||||
qDebug() << "m_emptyimage is not NULL";
|
qDebug() << "m_emptyimage is not NULL";
|
||||||
sleep(3);
|
// sleep(3);
|
||||||
|
|
||||||
if (! this->m_emptyimage.isNull()) {
|
if (! this->m_emptyimage.isNull()) {
|
||||||
int x = width()/2 - this->m_emptyimage.width()/2;
|
int x = width()/2 - this->m_emptyimage.width()/2;
|
||||||
|
Loading…
Reference in New Issue
Block a user