mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30: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);
|
||||
QList<Session *>::iterator i;
|
||||
|
||||
sessionbar->clear(); // clear sessionbar as some days don't have sessions
|
||||
|
||||
if (cpap) {
|
||||
int c=0;
|
||||
|
||||
sessionbar->clear();
|
||||
for (i=day->begin();i!=day->end();++i) {
|
||||
Session * s=*i;
|
||||
if ((*s).type() == MT_CPAP)
|
||||
|
Loading…
Reference in New Issue
Block a user