mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 20:20:44 +00:00
Dont hide prescription tooltips when browsing CPAP records amongst APAP data
This commit is contained in:
parent
15531908de
commit
ef4c68544b
@ -1118,9 +1118,11 @@ void MainWindow::on_summaryButton_clicked()
|
|||||||
} else {
|
} else {
|
||||||
if (cpapmode>MODE_CPAP) {
|
if (cpapmode>MODE_CPAP) {
|
||||||
extratxt="<td> </td>";
|
extratxt="<td> </td>";
|
||||||
} else extratxt="";
|
tooltip=QString("%1").arg(machstr);
|
||||||
tooltip="";
|
} else {
|
||||||
//QString("%1").arg(machstr);
|
extratxt="";
|
||||||
|
tooltip="";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
QString presrel;
|
QString presrel;
|
||||||
if (rx.prelset>0) {
|
if (rx.prelset>0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user