mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 00:43:35 +02:00
cc_button_select.h: re-implement our color changes; ...
don't highlight frame of selected buttons
Origin commit data
------------------
Commit: bbdac94b32
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
Origin message was:
------------------
- cc_button_select.h: re-implement our color changes; ...
don't highlight frame of selected buttons
This commit is contained in:
@@ -68,8 +68,8 @@ class CCButtonSelect
|
||||
* @li optional: expects type int, default = 1
|
||||
*/
|
||||
void setSelectedButton(size_t item_id,
|
||||
const fb_pixel_t& fr_col = COL_MENUCONTENTSELECTED_PLUS_2,
|
||||
const fb_pixel_t& sel_fr_col = COL_MENUCONTENTSELECTED_PLUS_0,
|
||||
const fb_pixel_t& fr_col = COL_FRAME_PLUS_0,
|
||||
const fb_pixel_t& sel_fr_col = COL_FRAME_PLUS_0,
|
||||
const fb_pixel_t& bg_col = COL_MENUCONTENT_PLUS_0,
|
||||
const fb_pixel_t& sel_bg_col = COL_MENUCONTENTSELECTED_PLUS_0,
|
||||
const fb_pixel_t& text_col = COL_MENUCONTENT_TEXT,
|
||||
|
Reference in New Issue
Block a user