From 922aa2b4e79bb8f8e5d38ac04579b91dc0ca0a86 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 15 Jun 2017 11:01:45 +0200 Subject: [PATCH] cc_button_select.h: re-implement our color changes; ... don't highlight frame of selected buttons Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/bbdac94b32077fbedc4a8b7c039bb76b6b35f398 Author: vanhofen 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 --- src/gui/components/cc_button_select.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/components/cc_button_select.h b/src/gui/components/cc_button_select.h index ecf35b8dc..928f48861 100644 --- a/src/gui/components/cc_button_select.h +++ b/src/gui/components/cc_button_select.h @@ -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,