mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 20:20:44 +00:00
More ScrollArea tests #2
This commit is contained in:
parent
8591ed126f
commit
cef79ea009
@ -42,14 +42,14 @@ MyScrollArea::~MyScrollArea()
|
||||
void MyScrollArea::scrollContentsBy(int dx, int dy)
|
||||
{
|
||||
QScrollArea::scrollContentsBy(dx,dy);
|
||||
// m_daily->RedrawGraphs();
|
||||
m_daily->RedrawGraphs();
|
||||
#ifdef Q_WS_MAC
|
||||
if (timer->isActive()) timer->stop();
|
||||
/* if (timer->isActive()) timer->stop();
|
||||
timer->setSingleShot(true);
|
||||
timer->setInterval(250);
|
||||
connect(timer,SIGNAL(timeout()),SLOT(UpdateGraphs()));
|
||||
timer->start();
|
||||
m_time.start();
|
||||
m_time.start();*/
|
||||
//m_daily->RedrawGraphs();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user