mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Session bar now shows "no sessions present" if there are not sessions, instead of showing last days's sessions.
This commit is contained in:
parent
f5e9b2d3da
commit
ff2bdf3d01
@ -1557,10 +1557,11 @@ void Daily::Load(QDate date)
|
|||||||
const int maxcolors=sizeof(cols)/sizeof(QColor);
|
const int maxcolors=sizeof(cols)/sizeof(QColor);
|
||||||
QList<Session *>::iterator i;
|
QList<Session *>::iterator i;
|
||||||
|
|
||||||
|
sessionbar->clear(); // clear sessionbar as some days don't have sessions
|
||||||
|
|
||||||
if (cpap) {
|
if (cpap) {
|
||||||
int c=0;
|
int c=0;
|
||||||
|
|
||||||
sessionbar->clear();
|
|
||||||
for (i=day->begin();i!=day->end();++i) {
|
for (i=day->begin();i!=day->end();++i) {
|
||||||
Session * s=*i;
|
Session * s=*i;
|
||||||
if ((*s).type() == MT_CPAP)
|
if ((*s).type() == MT_CPAP)
|
||||||
|
Loading…
Reference in New Issue
Block a user