From df16866292ac16430e840ccc0013a5914303cd0f Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 6 Oct 2018 16:50:46 +0200 Subject: Statistics: only consider selected dives in HTML export statistics If only selected dives were exported into HTML, the statistics would nevertheless cover all dives. A counter-intuitive behavior. Fix by adding a selected_only flag to calculate_stats_summary(). Reported-by: Jan Mulder Signed-off-by: Berthold Stoeger --- qt-models/yearlystatisticsmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-models') diff --git a/qt-models/yearlystatisticsmodel.cpp b/qt-models/yearlystatisticsmodel.cpp index d713be8f1..c8aa2639b 100644 --- a/qt-models/yearlystatisticsmodel.cpp +++ b/qt-models/yearlystatisticsmodel.cpp @@ -177,7 +177,7 @@ void YearlyStatisticsModel::update_yearly_stats() int i, month = 0; unsigned int j, combined_months; stats_summary_auto_free stats; - calculate_stats_summary(&stats); + calculate_stats_summary(&stats, false); for (i = 0; stats.stats_yearly != NULL && stats.stats_yearly[i].period; ++i) { YearStatisticsItem *item = new YearStatisticsItem(stats.stats_yearly[i]); -- cgit v1.2.3-70-g09d2