diff --git a/plotjuggler_app/plotwidget_editor.cpp b/plotjuggler_app/plotwidget_editor.cpp index 9358befd9..117f34d63 100644 --- a/plotjuggler_app/plotwidget_editor.cpp +++ b/plotjuggler_app/plotwidget_editor.cpp @@ -70,7 +70,7 @@ PlotwidgetEditor::PlotwidgetEditor(PlotWidget* plotwidget, QWidget* parent) } else if (_plotwidget->curveStyle() == PlotWidgetBase::STEPSINV) { - ui->radioSteps->setChecked(true); + ui->radioStepsInv->setChecked(true); } else {