diff --git a/daily.cpp b/daily.cpp index c8fa2fc5..ebd2955e 100644 --- a/daily.cpp +++ b/daily.cpp @@ -500,7 +500,7 @@ void Daily::Load(QDate date) // as it only relates to text drawing, which the Pie chart does not do // ^^ Scratch that.. pie now includes text.. -// if (pref["EnableGraphSnapshots"].toBool()) { // AHI Pie Chart + if (pref["EnableGraphSnapshots"].toBool()) { // AHI Pie Chart if (ahi+rei+fli>0) { html+="\n"; //"+tr("Event Breakdown")+"\n"; //G_AHI->setFixedSize(gwwidth,120); @@ -513,7 +513,7 @@ void Daily::Load(QDate date) } else { html += "\n"; } -// } + } } html+=""; html+="\n";