CCButtonSelect: use pre defined frame color as default

This commit is contained in:
2018-03-01 19:04:34 +01:00
parent 948e42cd1d
commit 318550767f

View File

@@ -69,7 +69,7 @@ class CCButtonSelect
*/
void setSelectedButton(size_t item_id,
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& sel_bg_col = COL_MENUCONTENTSELECTED_PLUS_0,
const fb_pixel_t& text_col = COL_MENUCONTENT_TEXT,