ScopeXY: moved the draw graticule position in drawing sequence so that it does not flicker

pull/162/head v3.14.1
f4exb 2018-04-02 00:58:46 +02:00
rodzic 62abc80a97
commit 306c09e175
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}
}