mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- 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:
@@ -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() )
|
||||
|
Reference in New Issue
Block a user