New scope: fixed currently displayed trace not updated after trace delete

This commit is contained in:
f4exb 2017-02-13 23:57:12 +01:00
parent 39ed424081
commit 4961594f50
1 changed files with 1 additions and 0 deletions

View File

@ -326,6 +326,7 @@ void GLScopeNGGUI::on_traceDel_clicked(bool checked)
}
m_scopeVis->removeTrace(ui->trace->value());
changeCurrentTrace();
}
}