diff --git a/Software/PC_Application/LibreVNA-GUI/Traces/tracewidget.cpp b/Software/PC_Application/LibreVNA-GUI/Traces/tracewidget.cpp index e5f680f..7ad90cc 100644 --- a/Software/PC_Application/LibreVNA-GUI/Traces/tracewidget.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Traces/tracewidget.cpp @@ -142,6 +142,7 @@ void TraceWidget::on_view_clicked(const QModelIndex &index) break; case TraceModel::ColIndexDeembedding: model.toggleDeembedding(index.row()); + break; case TraceModel::ColIndexMath: model.toggleMath(index.row()); break;