mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 19:29:42 +02:00
fixed section display not correct in ben nanonote
This commit is contained in:
parent
bfe772b690
commit
91d3fea2ec
@ -145,8 +145,8 @@ void Menu::setSectionIndex(int i) {
|
||||
i=0;
|
||||
iSection = i;
|
||||
|
||||
if (i>(int)iFirstDispSection+4)
|
||||
iFirstDispSection = i-4;
|
||||
if (i>(int)iFirstDispSection+2)
|
||||
iFirstDispSection = i-2;
|
||||
else if (i<(int)iFirstDispSection)
|
||||
iFirstDispSection = i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user