# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2017-10-07 08:32:10 # Node ID 85b902fd5722558b528131f1e600cc3109bdce91 # Parent 45bff47b2ed9421cf8844bf2e9a11c08d3eba73b fix initial background for barplot diff --git a/src/plotmanager.cpp b/src/plotmanager.cpp --- a/src/plotmanager.cpp +++ b/src/plotmanager.cpp @@ -285,6 +285,7 @@ void PlotManager::showBarPlot(bool show) Q_ASSERT(barPlot == NULL); barPlot = new BarPlot(_channelMan, _splitter); + barPlot->darkBackground(darkBackgroundAction.isChecked()); } else {