mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
CCButtonSelect: fix order of frame color parameters
This commit is contained in:
@@ -48,9 +48,9 @@ int CCButtonSelect::getSelectedButton()
|
||||
return -1;
|
||||
}
|
||||
|
||||
void CCButtonSelect::setSelectedButton(size_t item_id,
|
||||
const fb_pixel_t& fr_col,
|
||||
void CCButtonSelect::setSelectedButton( size_t item_id,
|
||||
const fb_pixel_t& sel_fr_col,
|
||||
const fb_pixel_t& fr_col,
|
||||
const fb_pixel_t& bg_col,
|
||||
const fb_pixel_t& sel_bg_col,
|
||||
const fb_pixel_t& text_col,
|
||||
|
Reference in New Issue
Block a user