mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
colors: change color for marked items under cursor; user's request
Origin commit data
------------------
Branch: ni/coolstream
Commit: 850205f898
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-23 (Sun, 23 Oct 2016)
Origin message was:
------------------
- colors: change color for marked items under cursor; user's request
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -233,8 +233,8 @@ void getItemColors(fb_pixel_t &t, fb_pixel_t &b, bool selected, bool marked, boo
|
|||||||
{
|
{
|
||||||
if (selected && marked)
|
if (selected && marked)
|
||||||
{
|
{
|
||||||
t = COL_MENUCONTENTSELECTED_TEXT_PLUS_2;
|
t = COL_MENUCONTENTSELECTED_TEXT;
|
||||||
b = COL_MENUCONTENTSELECTED_PLUS_2;
|
b = COL_MENUCONTENTSELECTED_PLUS_0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user