- filebrowser: proper fix for small paint error with rounded corners

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1767 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
striper
2011-10-21 10:11:15 +00:00
parent 076c724167
commit 9b0cff51d6

View File

@@ -1252,6 +1252,7 @@ void CFileBrowser::paintItem(unsigned int pos)
c_rad_small = 0;
}
frameBuffer->paintBoxRel(x,ypos, width- 15, fheight, COL_MENUCONTENT_PLUS_0);
frameBuffer->paintBoxRel(x,ypos, width- 15, fheight, bgcolor, c_rad_small);
if( (liststart + pos) < filelist.size() )