mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Renamed section left/right images
Since we adopted the circular navigation, there is no more need for separate enabled and disabled images.
This commit is contained in:
@@ -229,8 +229,8 @@ void Menu::paint(Surface &s) {
|
||||
s.write(&font, sections[j], x, topBarHeight - sectionLinkPadding,
|
||||
Font::HAlignCenter, Font::VAlignBottom);
|
||||
}
|
||||
sc.skinRes("imgs/l_enabled.png")->blit(&s, 0, 0);
|
||||
sc.skinRes("imgs/r_enabled.png")->blit(&s, width - 10, 0);
|
||||
sc.skinRes("imgs/section-l.png")->blit(&s, 0, 0);
|
||||
sc.skinRes("imgs/section-r.png")->blit(&s, width - 10, 0);
|
||||
|
||||
vector<Link*> §ionLinks = links[iSection];
|
||||
const uint numLinks = sectionLinks.size();
|
||||
|
||||
Reference in New Issue
Block a user