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:
vanhofen
2016-10-01 22:39:49 +02:00
parent e5986f007b
commit 03dfe1e370

View File

@@ -1183,7 +1183,7 @@ void CFileBrowser::paintItem(unsigned int pos)
actual_file = &filelist[curr];
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;
c_rad_small = RADIUS_SMALL;
}