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:
@@ -70,7 +70,7 @@ bool WallpaperDialog::exec() {
|
||||
//Selection
|
||||
iY = selected-firstElement;
|
||||
iY = 44+(iY*17);
|
||||
gmenu2x->s->box(2, iY, 308, 16, gmenu2x->skinConfColors["selectionBg"]);
|
||||
gmenu2x->s->box(2, iY, 308, 16, gmenu2x->skinConfColors[COLOR_SELECTION_BG]);
|
||||
|
||||
//Files & Directories
|
||||
gmenu2x->s->setClipRect(0,41,311,179);
|
||||
|
||||
Reference in New Issue
Block a user