Dont hide prescription tooltips when browsing CPAP records amongst APAP data

This commit is contained in:
Mark Watkins 2012-01-03 22:20:17 +10:00
parent 15531908de
commit ef4c68544b

View File

@ -1118,9 +1118,11 @@ void MainWindow::on_summaryButton_clicked()
} else { } else {
if (cpapmode>MODE_CPAP) { if (cpapmode>MODE_CPAP) {
extratxt="<td>&nbsp;</td>"; extratxt="<td>&nbsp;</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) {