mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-22 23:42:25 -04:00
This commit is contained in:
parent
30349f218e
commit
fd98de7b38
@ -504,7 +504,7 @@ void GLScopeGUI::on_timeOfs_valueChanged(int value)
|
|||||||
ui->freerun->isChecked()
|
ui->freerun->isChecked()
|
||||||
);
|
);
|
||||||
|
|
||||||
if (value > 0)
|
if ((value > 0) && (ui->mem->value() == 0)) // switch from live to memory trace
|
||||||
{
|
{
|
||||||
ui->mem->setValue(1);
|
ui->mem->setValue(1);
|
||||||
ui->memText->setText("01");
|
ui->memText->setText("01");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user