diff --git a/sdrgui/gui/glscopegui.cpp b/sdrgui/gui/glscopegui.cpp index 9f8c5524c..f38fe4ef1 100644 --- a/sdrgui/gui/glscopegui.cpp +++ b/sdrgui/gui/glscopegui.cpp @@ -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");