cc_item.h/cc_frm.h/cc_frm_button.h: use pre defined frame color as default

This commit is contained in:
2017-05-21 18:00:21 +02:00
parent 37387a3e69
commit 9132e7de82
3 changed files with 15 additions and 15 deletions

View File

@@ -110,7 +110,7 @@ class CComponentsItem : public CComponents
///set select mode
virtual void setSelected(bool selected,
const fb_pixel_t& sel_frame_col = COL_MENUCONTENTSELECTED_PLUS_0,
const fb_pixel_t& frame_col = COL_SHADOW_PLUS_0,
const fb_pixel_t& frame_col = COL_FRAME_PLUS_0,
const fb_pixel_t& sel_body_col = COL_MENUCONTENT_PLUS_0,
const fb_pixel_t& body_col = COL_MENUCONTENT_PLUS_0,
const int& frame_w = 3,