cc_frm_button: respecting user colors in buttons

Origin commit data
------------------
Commit: 29c7d652ec
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- cc_frm_button: respecting user colors in buttons
This commit is contained in:
vanhofen
2016-08-15 12:31:28 +02:00
parent e53de52f8c
commit 9820ecd29b

View File

@@ -37,8 +37,8 @@
#include <driver/rcinput.h> #include <driver/rcinput.h>
#define COL_BUTTON_BODY COL_MENUFOOT_PLUS_0 #define COL_BUTTON_BODY COL_MENUFOOT_PLUS_0
#define COL_BUTTON_TEXT_ENABLED COL_BLACK #define COL_BUTTON_TEXT_ENABLED COL_MENUCONTENTSELECTED_PLUS_0
#define COL_BUTTON_TEXT_DISABLED COL_LIGHT_GRAY #define COL_BUTTON_TEXT_DISABLED COL_MENUCONTENTINACTIVE_PLUS_0
//! Sub class of CComponentsForm. //! Sub class of CComponentsForm.
/*! /*!