mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 22:58:28 +02:00
filebrowser: smoother colors
Origin commit data
------------------
Commit: 9ec9aa13c6
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-01 (Sat, 01 Oct 2016)
Origin message was:
------------------
- filebrowser: smoother colors
This commit is contained in:
@@ -1183,7 +1183,7 @@ void CFileBrowser::paintItem(unsigned int pos)
|
|||||||
actual_file = &filelist[curr];
|
actual_file = &filelist[curr];
|
||||||
if (curr == selected)
|
if (curr == selected)
|
||||||
{
|
{
|
||||||
color = actual_file->Marked ? COL_MENUCONTENTINACTIVE_TEXT : COL_MENUCONTENTSELECTED_TEXT;
|
color = COL_MENUCONTENTSELECTED_TEXT; //NI
|
||||||
bgcolor = actual_file->Marked ? COL_MENUCONTENTSELECTED_PLUS_2 : COL_MENUCONTENTSELECTED_PLUS_0;
|
bgcolor = actual_file->Marked ? COL_MENUCONTENTSELECTED_PLUS_2 : COL_MENUCONTENTSELECTED_PLUS_0;
|
||||||
c_rad_small = RADIUS_SMALL;
|
c_rad_small = RADIUS_SMALL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user