mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b0cff51d6
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Origin message was:
------------------
- 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 was generated by Migit
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