From 7a6fcba12a8bd024359842863c37b769d70ef9c7 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Thu, 20 Mar 2014 01:46:38 +0100 Subject: [PATCH] OP-1194 uncrustified --- ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp b/ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp index 733068f0f..2762727bd 100644 --- a/ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp +++ b/ground/openpilotgcs/src/plugins/scope/scopegadgetwidget.cpp @@ -521,6 +521,7 @@ void ScopeGadgetWidget::saveState(QSettings *qSettings) foreach(PlotData * plotData, m_curvesData.values()) { bool plotVisible = plotData->curve->isVisible(); + if (!plotVisible) { qSettings->setValue(QString("plot%1").arg(i), plotVisible); }