mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CCButtonSelect: use pre defined frame color as default
This commit is contained in:
@@ -69,7 +69,7 @@ class CCButtonSelect
|
|||||||
*/
|
*/
|
||||||
void setSelectedButton(size_t item_id,
|
void setSelectedButton(size_t item_id,
|
||||||
const fb_pixel_t& sel_fr_col = COL_MENUCONTENTSELECTED_PLUS_0,
|
const fb_pixel_t& sel_fr_col = COL_MENUCONTENTSELECTED_PLUS_0,
|
||||||
const fb_pixel_t& fr_col = COL_MENUCONTENTSELECTED_PLUS_2,
|
const fb_pixel_t& fr_col = COL_FRAME_PLUS_0,
|
||||||
const fb_pixel_t& bg_col = COL_MENUCONTENT_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& sel_bg_col = COL_MENUCONTENTSELECTED_PLUS_0,
|
||||||
const fb_pixel_t& text_col = COL_MENUCONTENT_TEXT,
|
const fb_pixel_t& text_col = COL_MENUCONTENT_TEXT,
|
||||||
|
Reference in New Issue
Block a user