[apps/statistics] Make the histogram banner appears and dispapears when

navigating on the histogram page

Change-Id: I2a00f2f29fe462638513af0d3f62394fb2f29e32
This commit is contained in:
Émilie Feral
2016-12-27 17:31:24 +01:00
parent d1686ecfeb
commit 035673dc61

View File

@@ -37,6 +37,7 @@ void HistogramView::selectBins(bool selectedBins) {
reload(m_data->selectedBar());
m_selectedBins = selectedBins;
reload(m_data->selectedBar());
layoutSubviews();
}
}