diff --git a/sdrgui/dsp/scopevisxy.cpp b/sdrgui/dsp/scopevisxy.cpp index f8599c070..2677d4690 100644 --- a/sdrgui/dsp/scopevisxy.cpp +++ b/sdrgui/dsp/scopevisxy.cpp @@ -81,11 +81,11 @@ void ScopeVisXY::feed(const SampleVector::const_iterator& cbegin, const SampleVe m_cols = cols; } - drawGraticule(); m_tvScreen->renderImage(0); m_tvScreen->update(); usleep(5000); m_tvScreen->resetImage(m_alphaReset); + drawGraticule(); m_pixelCount = 0; } }