mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-23 00:37:10 +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;
|
i=0;
|
||||||
iSection = i;
|
iSection = i;
|
||||||
|
|
||||||
if (i>(int)iFirstDispSection+4)
|
if (i>(int)iFirstDispSection+2)
|
||||||
iFirstDispSection = i-4;
|
iFirstDispSection = i-2;
|
||||||
else if (i<(int)iFirstDispSection)
|
else if (i<(int)iFirstDispSection)
|
||||||
iFirstDispSection = i;
|
iFirstDispSection = i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user