mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 05:38:28 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
src/gui/moviebrowser/mb.cpp
Origin commit data
------------------
Commit: b93d809116
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-21 (Fri, 21 Oct 2016)
This commit is contained in:
@@ -1174,7 +1174,11 @@ void CFileBrowser::paintItem(unsigned int pos)
|
||||
unsigned int currpos = liststart + pos;
|
||||
|
||||
if (currpos >= filelist.size())
|
||||
{
|
||||
// just paint an empty line
|
||||
frameBuffer->paintBoxRel(x,ypos, width- 15, fheight, COL_MENUCONTENT_PLUS_0);
|
||||
return;
|
||||
}
|
||||
|
||||
actual_file = &filelist[currpos];
|
||||
|
||||
|
Reference in New Issue
Block a user