From 01d98a9a6865e6fd626e4a2a6547e00a8411e67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 27 Apr 2017 09:59:11 +0200 Subject: [PATCH] [apps/statistics] In histogram, reload the banner view when the selection was updated Change-Id: I04cf555ca42abbb35692851be38b37ecfc6e7f26 --- apps/statistics/histogram_controller.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/statistics/histogram_controller.cpp b/apps/statistics/histogram_controller.cpp index a4206681c..0df38a3c6 100644 --- a/apps/statistics/histogram_controller.cpp +++ b/apps/statistics/histogram_controller.cpp @@ -91,6 +91,7 @@ void HistogramController::didBecomeFirstResponder() { if (m_rangeVersion != rangeChecksum) { m_rangeVersion = rangeChecksum; initBarSelection(); + reloadBannerView(); } if (!m_view.isMainViewSelected()) { header()->setSelectedButton(0);