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:
@@ -94,7 +94,7 @@ bool DirDialog::exec() {
|
||||
//Selection
|
||||
iY = selected-firstElement;
|
||||
iY = gmenu2x->skinConfInt["topBarHeight"]+1+(iY*rowHeight);
|
||||
gmenu2x->s->box(2, iY, gmenu2x->resX-12, rowHeight-1, gmenu2x->skinConfColors["selectionBg"]);
|
||||
gmenu2x->s->box(2, iY, gmenu2x->resX-12, rowHeight-1, gmenu2x->skinConfColors[COLOR_SELECTION_BG]);
|
||||
|
||||
//Directories
|
||||
gmenu2x->s->setClipRect(clipRect);
|
||||
|
||||
Reference in New Issue
Block a user