moviebrowser/mb.cpp: fix possible fragments on screen while scrolling

This commit is contained in:
2019-05-07 08:54:07 +02:00
parent 453a8efbb0
commit 43cdea9cba

View File

@@ -1945,6 +1945,7 @@ void CMovieBrowser::refreshBrowserList(void) //P1
else
{
seen = new CComponentsPicture(0, 0, 0, m_pcBrowser->getLineHeight(), NEUTRINO_ICON_MARKER_DIALOG_OK);
seen->doPaintBg(false);
m_pcBrowser->addLine2Row(&m_browserListLines, row, string_item, seen);
}
}