mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Show indices for all events even if flags for an event is disabled
This commit is contained in:
parent
166ffa4970
commit
844b33a4c3
@ -1550,7 +1550,7 @@ void Daily::Load(QDate date)
|
||||
for (int i=0; i < available.size(); ++i) {
|
||||
ChannelID code = available.at(i);
|
||||
schema::Channel & chan = schema::channel[code];
|
||||
if (!chan.enabled()) continue;
|
||||
// if (!chan.enabled()) continue;
|
||||
QString data;
|
||||
if (chan.type() == schema::SPAN) {
|
||||
val = (100.0 / hours)*(day->sum(code)/3600.0);
|
||||
|
Loading…
Reference in New Issue
Block a user