mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
src/gui/components/cc_types.h: fix default key for button labels
First index = 0 not 1
This commit is contained in:
@@ -204,7 +204,7 @@ typedef struct button_label_cc
|
|||||||
button_label_cc(): button(NULL),
|
button_label_cc(): button(NULL),
|
||||||
text(std::string()),
|
text(std::string()),
|
||||||
locale(NONEXISTANT_LOCALE),
|
locale(NONEXISTANT_LOCALE),
|
||||||
directKeys(1, RC_NOKEY /*CRCInput::RC_nokey*/){}
|
directKeys(0, RC_NOKEY /*CRCInput::RC_nokey*/){}
|
||||||
} button_label_cc_struct;
|
} button_label_cc_struct;
|
||||||
|
|
||||||
#define CC_WIDTH_MIN CFrameBuffer::getInstance()->scale2Res(16)
|
#define CC_WIDTH_MIN CFrameBuffer::getInstance()->scale2Res(16)
|
||||||
|
Reference in New Issue
Block a user