Propagate Constelattion setting to demodulator, not working properly yet.

This commit is contained in:
Dantali0n
2015-06-10 10:50:14 +02:00
parent b76eafe8df
commit f71d04eb75
8 changed files with 84 additions and 4 deletions
+4 -1
View File
@@ -309,7 +309,10 @@ void PrimaryGLContext::DrawDemod(DemodulatorInstance *demod, RGBColor color, lon
// add lock to string if we have an lock
if(demod->getDemodulatorLock()) {
demodStr = demodStr + " Lock";
}
}
// else {
// demodStr = demodStr + " UnLock";
// }
glColor3f(0, 0, 0);
getFont(PrimaryGLContext::GLFONT_SIZE16).drawString(demodStr, 2.0 * (uxPos - 0.5) + xOfs, -1.0 + hPos - yOfs, 16, demodAlign,