mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fixed Graph Switched Off message in daily view
This commit is contained in:
parent
59ff9bf2f4
commit
e4132512f5
@ -656,7 +656,9 @@ void Daily::Load(QDate date)
|
||||
CPAPMode mode=MODE_UNKNOWN;
|
||||
QString a;
|
||||
bool isBrick=false;
|
||||
|
||||
if (graphsAvailable==0) {
|
||||
GraphView->setEmptyText(tr("No Data"));
|
||||
}
|
||||
GraphView->setCubeImage(images["nodata"]);
|
||||
if (cpap) {
|
||||
if (GraphView->isEmpty()) {
|
||||
@ -665,9 +667,7 @@ void Daily::Load(QDate date)
|
||||
|
||||
isBrick=true;
|
||||
} else {
|
||||
if (graphsAvailable==0) {
|
||||
GraphView->setEmptyText(tr("No Data"));
|
||||
} else {
|
||||
if (graphsAvailable>0) {
|
||||
GraphView->setEmptyText(tr("Graphs Switched Off"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user