From ef4c68544bed06cfed739b030659f0ae00ab4332 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Tue, 3 Jan 2012 22:20:17 +1000 Subject: [PATCH] Dont hide prescription tooltips when browsing CPAP records amongst APAP data --- mainwindow.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 7d8536e1..e8aea035 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1118,9 +1118,11 @@ void MainWindow::on_summaryButton_clicked() } else { if (cpapmode>MODE_CPAP) { extratxt=" "; - } else extratxt=""; - tooltip=""; - //QString("%1").arg(machstr); + tooltip=QString("%1").arg(machstr); + } else { + extratxt=""; + tooltip=""; + } } QString presrel; if (rx.prelset>0) {