Fix silly live view performance glitch

This commit is contained in:
Mark Watkins 2011-11-24 23:26:46 +10:00
parent 088d4ea48a
commit a8b1d7fd0d

View File

@ -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);