mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +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 {
|
||||
if (cpapmode>MODE_CPAP) {
|
||||
extratxt="<td> </td>";
|
||||
} else extratxt="";
|
||||
tooltip="";
|
||||
//QString("%1").arg(machstr);
|
||||
tooltip=QString("%1").arg(machstr);
|
||||
} else {
|
||||
extratxt="";
|
||||
tooltip="";
|
||||
}
|
||||
}
|
||||
QString presrel;
|
||||
if (rx.prelset>0) {
|
||||
|
Loading…
Reference in New Issue
Block a user