mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-23 12:48:49 -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()
|
||||
);
|
||||
|
||||
if (value > 0)
|
||||
if ((value > 0) && (ui->mem->value() == 0)) // switch from live to memory trace
|
||||
{
|
||||
ui->mem->setValue(1);
|
||||
ui->memText->setText("01");
|
||||
|
Loading…
Reference in New Issue
Block a user