mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 04:54:13 -04:00
Fixed startup initialization sequence: interim state #1
This commit is contained in:
@@ -26,6 +26,7 @@ ScopeVis::ScopeVis(GLScope* glScope) :
|
||||
m_armed(false),
|
||||
m_sampleRate(0)
|
||||
{
|
||||
setObjectName("ScopeVis");
|
||||
m_trace.reserve(100*m_traceChunkSize);
|
||||
m_trace.resize(20*m_traceChunkSize);
|
||||
m_traceback.resize(20*m_traceChunkSize);
|
||||
|
||||
Reference in New Issue
Block a user