diff --git a/sdrgui/dsp/scopevisng.cpp b/sdrgui/dsp/scopevisng.cpp index 4e7d87956..ffb3add73 100644 --- a/sdrgui/dsp/scopevisng.cpp +++ b/sdrgui/dsp/scopevisng.cpp @@ -794,6 +794,10 @@ void ScopeVisNG::updateMaxTraceDelay() maxTraceDelay = itData->m_traceDelay; } + if (itData->m_projectionType < 0) { + itData->m_projectionType = ProjectionReal; + } + if (projectorCounts[(int) itData->m_projectionType] > 0) { allocateCache = true;