- infoviewer_bb: show/hide dotmatrix in CA-bar; default show

This commit is contained in:
vanhofen
2015-06-17 21:36:42 +02:00
committed by svenhoefer
parent 398dfeeab1
commit 59e2143e00
8 changed files with 19 additions and 0 deletions

View File

@@ -841,6 +841,9 @@ void CInfoViewerBB::paintCA_bar(int left, int right)
else
frameBuffer->paintBox(g_InfoViewer->ChanInfoX + (right*4), g_InfoViewer->BoxEndY, g_InfoViewer->BoxEndX - (left*4), g_InfoViewer->BoxEndY + bottom_bar_offset, COL_BLACK);
if (!g_settings.casystem_dotmatrix) //don't show dotmatrix
return;
if (left)
left -= 1;