mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
moviebrowser/mb.cpp: fix possible fragments on screen while scrolling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user