mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
New scope: fixed currently displayed trace not updated after trace delete
This commit is contained in:
parent
39ed424081
commit
4961594f50
@ -326,6 +326,7 @@ void GLScopeNGGUI::on_traceDel_clicked(bool checked)
|
||||
}
|
||||
|
||||
m_scopeVis->removeTrace(ui->trace->value());
|
||||
changeCurrentTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user