mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-1194 uncrustified
This commit is contained in:
parent
03bdd5e03e
commit
7a6fcba12a
@ -521,6 +521,7 @@ void ScopeGadgetWidget::saveState(QSettings *qSettings)
|
|||||||
|
|
||||||
foreach(PlotData * plotData, m_curvesData.values()) {
|
foreach(PlotData * plotData, m_curvesData.values()) {
|
||||||
bool plotVisible = plotData->curve->isVisible();
|
bool plotVisible = plotData->curve->isVisible();
|
||||||
|
|
||||||
if (!plotVisible) {
|
if (!plotVisible) {
|
||||||
qSettings->setValue(QString("plot%1").arg(i), plotVisible);
|
qSettings->setValue(QString("plot%1").arg(i), plotVisible);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user