mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +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;
|
i+=2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit(dataChanged());
|
|
||||||
}
|
}
|
||||||
|
emit(dataChanged());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CMS50Serial::startImport()
|
bool CMS50Serial::startImport()
|
||||||
@ -680,8 +680,8 @@ void Oximetry::onDataChanged()
|
|||||||
qint64 first=last-30000L;
|
qint64 first=last-30000L;
|
||||||
day->setLast(last);
|
day->setLast(last);
|
||||||
|
|
||||||
plethy->setMinX(first);
|
//plethy->setMinX(first);
|
||||||
plethy->setMaxX(last);
|
//plethy->setMaxX(last);
|
||||||
pulse->setMinX(first);
|
pulse->setMinX(first);
|
||||||
pulse->setMaxX(last);
|
pulse->setMaxX(last);
|
||||||
spo2->setMinX(first);
|
spo2->setMinX(first);
|
||||||
|
Loading…
Reference in New Issue
Block a user