From 844b33a4c3500571f0b95ace1f0af05f9587c7f8 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Wed, 24 Jul 2019 09:12:05 -0700 Subject: [PATCH] Show indices for all events even if flags for an event is disabled --- oscar/daily.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/daily.cpp b/oscar/daily.cpp index 62fd407d..6863609a 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -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);