mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
filebrowser: fix 4a9f0cad640137d243772c7b3ebcacc64d80bd00; vol. 2
Origin commit data
------------------
Branch: ni/coolstream
Commit: efa4cae487
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-20 (Thu, 20 Oct 2016)
Origin message was:
------------------
- filebrowser: fix 4a9f0cad640137d243772c7b3ebcacc64d80bd00; vol. 2
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1173,7 +1173,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