mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix silly live view performance glitch
This commit is contained in:
parent
088d4ea48a
commit
a8b1d7fd0d
@ -441,8 +441,8 @@ void CMS50Serial::onReadyRead()
|
||||
i+=2;
|
||||
}
|
||||
}
|
||||
emit(dataChanged());
|
||||
}
|
||||
emit(dataChanged());
|
||||
}
|
||||
|
||||
bool CMS50Serial::startImport()
|
||||
@ -680,8 +680,8 @@ void Oximetry::onDataChanged()
|
||||
qint64 first=last-30000L;
|
||||
day->setLast(last);
|
||||
|
||||
plethy->setMinX(first);
|
||||
plethy->setMaxX(last);
|
||||
//plethy->setMinX(first);
|
||||
//plethy->setMaxX(last);
|
||||
pulse->setMinX(first);
|
||||
pulse->setMaxX(last);
|
||||
spo2->setMinX(first);
|
||||
|
Loading…
Reference in New Issue
Block a user