mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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
|
else
|
||||||
{
|
{
|
||||||
seen = new CComponentsPicture(0, 0, 0, m_pcBrowser->getLineHeight(), NEUTRINO_ICON_MARKER_DIALOG_OK);
|
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);
|
m_pcBrowser->addLine2Row(&m_browserListLines, row, string_item, seen);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user