CInfoViewer: use old names for signal type names

This commit is contained in:
2015-12-30 16:57:32 +01:00
parent 06686334bf
commit a1ae17abb3

View File

@@ -1503,7 +1503,7 @@ void CInfoViewer::showSNR ()
SDT_freq_update = false; SDT_freq_update = false;
} }
if (sigbox == NULL){ if (sigbox == NULL){
sigbox = new CSignalBox(BoxStartX+4, BoxStartY+ChanHeight/2-4, ChanWidth-8, ChanHeight/2+2, CFEManager::getInstance()->getLiveFE()); sigbox = new CSignalBox(BoxStartX+8, BoxStartY+ChanHeight/2-4, ChanWidth-12, ChanHeight/2+2, CFEManager::getInstance()->getLiveFE(), true, NULL, "S", "Q");
sigbox->setTextColor(COL_INFOBAR_TEXT); sigbox->setTextColor(COL_INFOBAR_TEXT);
sigbox->doPaintBg(false); sigbox->doPaintBg(false);
} }