promenu: remove redundant setColor

master
Rob Pilling 2025-07-23 20:33:47 +01:00
parent 65b9dbd388
commit c0545cf2c2
1 changed files with 0 additions and 1 deletions

View File

@ -172,7 +172,6 @@ E.showMenu = ((items?: Menu): MenuInstance | void => {
}, 300, name, v, item, idx, x, iy);
}
g.setColor(g.theme.fg);
iy += fontHeight;
idx++;
}