From 774d3f3ed38205f319318ff29414011ce820219e Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Fri, 23 Sep 2011 14:20:57 +1000 Subject: [PATCH] ReEnabled Graph Snapshots option in preferences --- daily.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";