Mercurial > hg > svgui
comparison view/View.cpp @ 1430:31499c3520ee single-point
Use overspill to render time-value point line properly at edges
author | Chris Cannam |
---|---|
date | Wed, 20 Mar 2019 11:18:45 +0000 |
parents | 2487521e857b |
children | b22a4df37095 |
comparison
equal
deleted
inserted
replaced
1429:8a7c82282fbc | 1430:31499c3520ee |
---|---|
1793 pb->hide(); | 1793 pb->hide(); |
1794 cancel->hide(); | 1794 cancel->hide(); |
1795 timer->stop(); | 1795 timer->stop(); |
1796 | 1796 |
1797 } else { | 1797 } else { |
1798 | |
1799 // cerr << "progress = " << completion << endl; | |
1800 | 1798 |
1801 if (!pb->isVisible()) { | 1799 if (!pb->isVisible()) { |
1802 i->second.lastCheck = 0; | 1800 i->second.lastCheck = 0; |
1803 timer->setInterval(2000); | 1801 timer->setInterval(2000); |
1804 timer->start(); | 1802 timer->start(); |