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:
vanhofen
2016-10-21 11:30:48 +02:00
16 changed files with 581 additions and 46 deletions

View File

@@ -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];