mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Use a simple array instead of a hashmap for the colors.
This commit is contained in:
@@ -155,7 +155,7 @@ void MenuSettingRGBA::adjustInput() {
|
||||
|
||||
void MenuSettingRGBA::drawSelected(int y) {
|
||||
int x = 166+selPart*36;
|
||||
gmenu2x->s->box( x, y, 36, 14, gmenu2x->skinConfColors["selectionBg"] );
|
||||
gmenu2x->s->box( x, y, 36, 14, gmenu2x->skinConfColors[COLOR_SELECTION_BG] );
|
||||
|
||||
gmenu2x->drawButton(btnDec,
|
||||
gmenu2x->drawButton(btnInc,
|
||||
|
||||
Reference in New Issue
Block a user