We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ee5c8 commit 9926913Copy full SHA for 9926913
src/plugin/userMenu.h
@@ -27,7 +27,7 @@ namespace Menu {
27
if(root.navFocus!=this) return menuNode::printTo(root,sel,out,idx,len,p);
28
return idx<0?
29
menuNode::printTo(root,sel,out,idx,len,p)://print the title
30
- printItem(out,idx,len);
+ printItem(out,out.tops[root.level]+idx,len);
31
}
32
void doNav(navNode& nav,navCmd cmd) {
33
if(nav.root->navFocus==this&&cmd.cmd==enterCmd) {
0 commit comments