From 9820ecd29bcb2e4b7df95e2aa2c7598a50b1adc9 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 15 Aug 2016 12:31:28 +0200 Subject: [PATCH] cc_frm_button: respecting user colors in buttons Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/29c7d652ec6bd37578b4c40060d5cde426ac92a7 Author: vanhofen Date: 2016-08-15 (Mon, 15 Aug 2016) Origin message was: ------------------ - cc_frm_button: respecting user colors in buttons --- src/gui/components/cc_frm_button.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/components/cc_frm_button.h b/src/gui/components/cc_frm_button.h index ae0def4d3..9a079b427 100644 --- a/src/gui/components/cc_frm_button.h +++ b/src/gui/components/cc_frm_button.h @@ -37,8 +37,8 @@ #include #define COL_BUTTON_BODY COL_MENUFOOT_PLUS_0 -#define COL_BUTTON_TEXT_ENABLED COL_BLACK -#define COL_BUTTON_TEXT_DISABLED COL_LIGHT_GRAY +#define COL_BUTTON_TEXT_ENABLED COL_MENUCONTENTSELECTED_PLUS_0 +#define COL_BUTTON_TEXT_DISABLED COL_MENUCONTENTINACTIVE_PLUS_0 //! Sub class of CComponentsForm. /*!